Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After you have finished your planning phase, it may occur that you have to shift issues into the future and/or adjust planned start or end dates. To track such modifications against the original plan, you can do baselining. Conceptually, you copy the current planned start and end dates into the related baseline start and end dates and you will see two Gantt bars in different style: the current Gantt bar in opposite to the originally planned one based on the baseline date fields. The coloring of both types of Gantt bars can be configured via menu item "Configure Look & feel".

While configuring my Gantt-Chart add-on as administrator, a related information is displayed on the screen:

Image Added

Step-by-step guide

You can set a baseline in baselines using 4 different waysvariants:

  1. manually, you enter suitable dates into the customfields "baseline start" and "baseline end" editing your issue having configured both custom fields on your edit screen. Normally, you do not want to act like this!
  2. automatically set baselines during first work logging: having enabled JIRA's time tracking, I assume the planning phase for an issue must be finished latest at first work logging. So, the content of the planned start/end date custom fields are copied into baseline start/end date custom fields as part of the first work logging of an issue by my event listener if the baseline fields are empty at that point in time. This is the default and the mostly used approach.
  3. using an own workflow, you can configure a workflow post function "setBaseline" as extension of a workflow transition to explicitly copy the content of the planned start/end dates into baseline start/end date custom fields of that issue if the baseline fields are empty at that point in time.


     
  4. set baseline for marked issues (bulk operation via Gantt Menu): 
    1. mark issues
      1. click on the circle on the left side of a row to mark that issue. Repeat this for all issues, you want to set a baseline



      2. or use menu item "search & mark" from the Gantt menu





        Using your query, all issues of the result set will be marked automatically: if you have to handle a lot of issues, this can save quite some time in opposite to manually mark each issue.



    2. choose Gantt menu item "set baseline" as bulk operation on all marked issues: you see the amount of issue in brackets on the right of "bulk operation" as marked in red within the sample screenshot below

       

...