Plugins Directory » Redmine Taskjuggler
|
Author: | Christopher Mann |
---|---|---|
Website: | https://github.com/chris2fr/redmine_taskjuggler/wiki | |
Code repository: | https://github.com/chris2fr/redmine_taskjuggler | |
Registered on: | 2013-08-17 (over 11 years ago) | |
Current version: | 0.1.2 | |
Compatible with: | Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x | |
User ratings: |
This is Redmine <www.redmine.org> and TaskJuggler (tm) <www.taskjuggler.org> integration maintained on the Github project page <github.com/chris2fr/redmine_taskjuggler>. Like Oreos (tm) and milk, Redmine and Taskjuggler are made for each other!
Copyright (C) 2009 - 2014 Christopher Mann <christopher@mann.fr> AGPL v.3 (see LICENSE.rdoc and CREDITS.rdoc)
Taskjuggler is available at www.taskjuggler.org. It is fantastic capacity planning software!
Features:
- Exports from Redmine a Taskjuggler project
- Imports into Redmine Dates and Efforts from a Taskjuggle_Redmine CSV file (“Redmine”,“Start”,“End”,“Priority”,“Effort”,“Dependencies”)
- Converts time-entries in Redmine to journal entries in Taskjuggler (ordering them hour-to-hour for Task-juggler bookings)
- New from workload integration : Will handle timesheets and recaps
Installation notes
Download from here : https://github.com/chris2fr/redmine_taskjuggler/releases
Install into /plugins directory.
bundle exec rake redmine:plugins RAILS_ENV=production
or
rake db:migrate:plugin NAME=redmine_taskjuggler
then restart the webserver.
To uninstall
rake db:migrate:plugin NAME=redmine_taskjuggler VERSION=0
Changelog
0.1.2 (2014-04-27)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.
Changed in this 0.1.2 version since 0.1.1:
- Bug fixes
- Dropped categorization by category and version
- Incorporated Redmine Workload to handle timesheets
- Included a Russian translation
- And much more ...
Reserves :
- You need to enter project tj_project_period in the "yyyy-mm-dd - yyyy-mm-dd" format sufficiently long to englobe all tasks or it will not work.
- There may be some instances where a keywork "start" is printed on the tjp file without an attached date. It would need to be deleted by hand.
- There is an inclusion in the tjp file for reports.tji that you, if you work on an exported file, you need to delete by hand.
0.1.03 (2013-08-18)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.
This works. It corrects a few CSV and TJP issues from the previous release, and groups tasks by verions and category.
0.1.02 (2013-08-17)
Compatible with Redmine 2.4.x, 2.3.x.