Page tree

Versions Compared

Key

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

...

Tag nameDescription
$$summary$$The issue's summary.
$$description$$The issue's description.
$$assignee$$The assignee's name. 
reporter$$The reporter's name.
key$$The current issue key.
$$status$$The current issue status (an attachment created in a post function becomes sensitive to the post function order)
$$target_status$$The current issue status (an attachment created in a post function always contains the target status of the transition)
$$original_status$$The current issue status (an attachment created in a post function always contains the source status of the transition)
$$duedate$$The Issue's due date.
$$priority$$The priority name.
$$customfield_(\d+)$$It inserts the value of a custom field with a given ID. Example: $$customfield_10000$$ - the value of a custom field with the ID 10000.
$$customfield_(\d+).display_name$$It inserts the value of a custom field with a given ID. Example: $$customfield_10000.display_name$$ - the value of a custom field with the ID 10000.
$$created_date$$The created issue's date and time. 
$$updated_date$$Last updated issue's date and time.
$$resolution_date$$The ssue's resolution date.
$$labels_name$$A list od issue's labels.
$$parent_object_key$$For subtasks, it is a parent issue key, whereas for other issues it shows an empty text.
$$components$$The issue's components name separated with a comma.
$$resolution_name$$The resolution's name.
$$security_level$$The name of the issue's security level.
$$fix_versions$$Fix versions (comma-separated).
$$affected_versions$$Affected versions (comma-separated).

...

Tag nameDescription
$$customfield_ID$$It inserts the value of a custom field with a given ID. E.g. $$customfield_10000$$ - the value of a custom field with the ID 10000.
$$customfield_ID.display_name$$It inserts the value of a custom field with a given ID. Example: $$customfield_10000.display_name$$ - the value of a custom field with the ID 10000.

Advanced tag splitting

In order to parse more complex data, you can use an advanced splitting mode for each tag. In order to initiate this mechanism, just change a the desired tag by adding new parameters.
There are 3 mandatory parameters, each of them separated by square brackets []:

...

- [] or [] - do not separate data. 


Example:

We have to insert the $$description:[/][:1][:]$$ tag.

...

Code Block
John Doe
Lucy McMillis
Anthony Pierce

 

 

...