You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

General Information

Environment

Jira Server & Datacenter

Price

Free

Goal

Generate a Gantt graph directly from your Board


Description

This addon provide a great feature: directly from your board, you can create a GANTT view of your project.

Install addon

After download the JAR, install using the link in Manage apps page, search addon as show in following GIF

General Configuration

No general configuration is needed. Just follow the Project configuration show in Usage paragraph.

Note:

At this moment, addon is compatible with following languages:

  • en, es, nl, fr, it, cs, de, zh

It’s possible obtain this information using REST API: ./rest/api/2/myself. Value stored in a Browser cookie: gantt_locale

About date format, addon accepts all combinations of d, dd, M, MM, MMM, yy, yyyy in any order with separator “/” or “-“. The Date/Time formats can be obtained by the Jira System setting (In the Look&Feel section) called “Day/Month/Year Format” and must be consistent with the value of “Complete Date/Time Format“ as shown in following image:

Usage

Before use the addon, configure the project following those easy steps:

  • define 3 fields necessary for the addon, as show in following image:

    • The first field must be some field to make the Group By hierarchy in the Gantt, for example, you can use the system field “assignee“.

    • As second field you can use “Created” system field or an “Start date” custom field (created by you previously in Jira),

    • As third field you can use “Due Date” or “Resolved” or “Updated” system fields or an “End date” custom field (created by you in Jira)Result

After this, feature icon is enabled

and this is the result

NOTE

If your Jira is configured in other time locale and language, you always can use the plugin Adaptavist Scriptrunner to show Calculated fields in the issues and solve the problem. The name of this feature is “Script fields“.

A simple example with a Date-time calculated field ( please note the Searcher template is “Date Time Range picker“)

Captura de pantalla 2019-12-26 a las 17.26.27

Now we configure the script field as Date-time

Captura de pantalla 2019-12-26 a las 17.25.09

Now we can develop complex formulas/scripts to show our Date field in a dynamic way and calculated on view! Example to show Transition dates (remember, you can show the first date of transition or the last date…just change the “reverse()” method of the function):

Captura de pantalla 2019-12-26 a las 17.24.35

Example with the standard Dates of an Issue: Created, Updated, Resolved, DueDate,…

You can condition on Project, IssueType or Status!

Captura de pantalla 2019-12-26 a las 17.39.42

Also, probably you want to obtain a Custom Field extra date to show calculated, from a linked issue…see this complex example:

Captura de pantalla 2019-12-26 a las 17.44.18

Addon can work with String dates, then the Language of your Jira Server is not a problem. You can create Script Calculated Date fields in String format! Just create an HTML Script Field. Please note the “Free Text Searcher” in this case.

Captura de pantalla 2019-12-26 a las 18.09.28

And the HTML as a template (the result will be not editable in this way):

Captura de pantalla 2019-12-26 a las 18.07.26.png

Now see this example to format the Date to English obtaining a custom field called “Start Date” and shown the value formatted

Captura de pantalla 2019-12-26 a las 18.07.09

The same with the Date standard issue fields like Created, Updated, Resolved, DueDate…

Captura de pantalla 2019-12-26 a las 18.08.49

As you read, the plugin is and will be always Open Source and collaborators all welcome always of course! For any type of suggestion or issues/bugs you can contact in our Customer Portal


Release Notes

Ravi Sagar review of addon on his youtube channel.

Add integration with Issue Card Printer for JIRA Server

Add integration with New Status Colors PRO for Jira Server

  • No labels