Release Gantt Chart Plugin
Shows a gantt chart of the provided Release(s)/Sprint(s) and their Sprint(s)/Subsprint(s) and referencing Release(s) if exists. The chart displays Releases which do not have Planned Start-of-Work and Planned Release Date with a fictional schedule. Only 1 chart allowed on a wiki page.
Parameters:
releaseIds='1234,12345' Mandatory parameter, comma separated list of Release/Sprint IDs.
height='200' Optional parameter, size of the chart in pixels.
Sample:
[{ReleaseGanttChart releaseIds='12345'}]
shows gantt chart of the Release identified by 12345.
Was this helpful?