Issue Object Variables
You may access the issue object by using the {{issue}} variable notation followed by the getter that you would like to retrieve.
Variable | Description |
|---|---|
{{ | returns the issue summary |
{{ | returns the issue key |
{{ | returns issue type |
{{ | returns the assignee. Chain the notation with |
{{ | returns the reporter |
{{ | returns a list of watchers such as: ["user1","user2"] |
{{ | returns the affects version |
{{ | returns the fix version |
{{ | returns the components |
{{ | returns the labels |
{{ | returns the resolution |
{{ | returns the attachment |
{{ | returns the comments. See working with collections on how to iterate this |
{{ | returns the worklog |
{{ | returns the issue votes |
{{ | returns the issue due date |
{{ | returns issue description |
{{ | returns the priority of the issue |
{{ | returns the created date of the issue |
{{ | returns the updated date of the issue |
{{ | returns the status of the issue |
{{ | returns the value of the custom field. example {{ |