Some parser functions cannot easily be categorized and have ben categorized as "Miscellaneous". Check out the list below, which contains some extremely powerful functions!
Available functions
| Function | Short description | Output |
|---|---|---|
| allCommentCreators() |
Returns all comment creators |
TEXT LIST |
| allCommentDates() |
Returns the dates of specified comments |
NUMBER LIST |
| allCommenters() |
Returns all comment authors and updaters |
TEXT LIST |
| allComments() |
Returns defined comments |
TEXT LIST |
| attachmentUrls() |
Returns all attachment URLs of the given issue(s). |
TEXT LIST |
| componentLeads() |
Returns the user name(s) of specified component leads |
TEXT |
| filledInTransitionScreen() |
Checks whether a selected field has has been populated on the transition screen. |
BOOLEAN |
| isAClone() |
Checks whether an issue is a clone. |
BOOLEAN |
| isBulkTriggeredTransition() |
Checks whether a transition was executed by a bulk operation. |
BOOLEAN |
| isJwtTriggeredTransition() |
Checks whether a transition was executed by a JWT post function. |
BOOLEAN |
| issueIDFromKey() |
Returns the internal ID for given issue keys. |
TEXT |
| issueKeyFromID() |
Returns the issue key for given issue IDs. |
TEXT |
| projectCategory() |
Returns the project category of a given project. |
TEXT |
| projectIDFromKey() |
Returns the internal ID for given project keys. |
TEXT |
| projectKey() |
Returns the project key from a given project. |
TEXT |
| projectKeys() |
Returns specific project keys. |
TEXT LIST |
| projectName() |
Returns the name of a given project. |
TEXT |
| projectProperty() |
Returns the value of a given project property. |
TEXT |
| projectPropertyExists() |
Checks whether a project property exists. |
BOOLEAN |
| projectType() |
Returns the type of a given project. |
TEXT |
| timesOfTransition() |
Returns the timestamps of when a certain transition was executed. |
NUMBER LIST |
| usersWhoTransitioned() |
Returns the names of the users who executed a certain transition. |
TEXT LIST |