Issue Details (XML | Word | Printable)

Key: JRA-5431
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Benjamin Naftzger [Atlassian]
Votes: 22
Watchers: 13
Operations

If you were logged in you would be able to see more operations.
JIRA

Gantt chart support

Created: 06/Dec/04 12:33 AM   Updated: 28/May/08 02:58 AM
Component/s: Reports
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Reference

Participants: Benjamin Naftzger [Atlassian], Chris Be, Jeff Turner [Atlassian] and Scott Parcel
Since last comment: 2 years, 10 weeks, 4 days ago
Labels:


 Description  « Hide
One of the biggest things that is missing at the moment in JIRA is a start date. If we had this we could also easily generate GANTT charts.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Naftzger [Atlassian] added a comment - 06/Dec/04 12:36 AM
A work around for this would be to add a date custom field to use as a start date, and write a JIRA report plugin that produces GANTT charts. Please have a look at the report tutorial for more information on how to write reports: http://confluence.atlassian.com/pages/viewpage.action?pageId=11465

Chris Be added a comment - 29/Apr/05 08:17 AM
Using a start date, and then using issue links to visualize the GANTT chart may be another option, i.e.:
1. create GANTT link types (starts-after, starts-before, starts-at-same-time...)
2. link issues
3. generate GANTT chart specifying the start issue and the start date

Jeff Turner [Atlassian] added a comment - 03/Oct/05 07:24 PM
There is a rudimentary Gantt chart plugin available at http://confluence.atlassian.com/display/JIRAEXT/Gantt+Chart+Report+Plugin

Scott Parcel added a comment - 26/Jul/06 02:03 AM
I'd love to see this feature. For my needs it would:
  • MUST be able to view a subset of items defined by a filter,
  • MUST be able to work from a start date and duration
  • MUST support some fast manupulation to change dates and durations directly from the chart viewer
    (preferrable ajax style)
  • support automatic computation of start dates based on an issue dependency and skip weekends,
  • would be really cool if computed start dates of a set of issues based on one start date, issue durations,
    priorities and assignee. (To plan out an ordered set of tasks for an assignee.)
  • include color coding for completed tasks and/or percent completed,
  • let me specify fields to use for start date, duration, assignee, etc.. (with defaults already set)
  • allow setting, such as the field mapping above, to be specified on a per filter basis.