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

Compare with Current View Page History

« Previous Version 5 Next »

On this page

Advanced Roadmaps is an app that allows you to keep track of your project goals in a detailed manner using a gantt chart.

The app is developed and maintained by Atlassian.

Prerequisites

  • JWT for Jira Server and Data Center must be installed
  • Advanced Roadmaps must be installed

Advanced Roadmaps custom fields

The following custom fields are supported:

Custom fieldReading the fieldWriting to the field
Parent linkReturns the key of the parent issue in the AR hierarchy.

Can be written with the field "Parent Link" of another issue

or with a string containing an issue key.

Target Start and Target End

When read as string (using the field code with a %): Returns the time in format EEE MMM dd HH:mm:ss zzz yyyy

When read as number: Returns the timestamp as milliseconds since January 1st, 1970 UTC.

Can be written like any other Date Picker using a numeric value or timestamp.
TeamReturns the ID of the Roadmap's Team

Can be written with

  • the team ID: Works with private and shared teams
  • the team name: Works only with shared teams
Original Story PointsReturns the story points. Can both be read as number or string value.Can be set with a numeric value.


Advanced Roadmaps virtual fields

The following virtual fields are supported:

Virtual fieldReading the fieldWriting to the field
Team name

Can be read using the field code %{issue.teamName}.

Returns the team name assigned to the issue.

(error) This field is a read-only field.

Advanced Roadmaps parser functions

Since JWT version 3.1.0 there are several parser functions that simplify the work with Advanced Roadmaps:



If you still have questions, feel free to refer to our support team.