Versions Compared

Key

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

...

To write a Jira expression that accesses the fields of an issue, the easiest way is to use the "Issue Fields" tab in the Jira expressions editor help. Followed by that you can use the To see the properties and methods of the returned value use the "Data Types" tab in the editor to see the properties and methods of the returned value. For example, to access the "Assignee" field of an issue using the Jira expressions:

  1. Click on "Issue Fields" tab.
  2. Select the "Assignee" field from the Select a field; the help shows you how to access the field, its sub-fields and test the field value.
  3. Click on one of the expressions to insert it into the editor; the help shows you the supported properties and methods of the returned Data Type.

Another way is to go to the "Data Types" tab of the Jira expressions editor and select "Issue" from "Select a Data Type" field. 

Structure of the transition variable

...