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 |
|---|---|---|
| projectKey() |
Returns the project key from a given project. |
text |
| projectIDFromKey() |
Returns the internal ID for given project keys. |
text |
| projectKeys() |
Returns specific project keys. |
text list |
| isAClone() |
Checks whether an issue is a clone. |
boolean |
| componentLeads() |
Returns the user name(s) of specified component leads |
text |
| allCommenters() |
Returns all comment authors and updaters |
text list |
| projectPropertyExists() |
Checks whether a project property exists. |
boolean |
| projectType() |
Returns the type of a given project. |
text |
| attachmentUrls() |
Returns all attachment URLs of the given issue(s). |
text list |
| allCommentDates() |
Returns the dates of specified comments |
number list |
| isJwtTriggeredTransition() |
Checks whether a transition was executed by a JWT post function. |
boolean |
| usersWhoTransitioned() |
Returns the names of the users who executed a certain transition. |
text list |
| filledInTransitionScreen() |
Checks whether a selected field has has been populated on the transition screen. |
boolean |
| projectName() |
Returns the name of a given project. |
text |
| issueKeyFromID() |
Returns the issue key for given issue IDs. |
text |
| timesOfTransition() |
Returns the timestamps of when a certain transition was executed. |
number list |
| issueIDFromKey() |
Returns the internal ID for given issue keys. |
text |
| allCommentCreators() |
Returns all comment creators |
text list |
| isBulkTriggeredTransition() |
Checks whether a transition was executed by a bulk operation. |
boolean |
| allComments() |
Returns defined comments |
text list |
| projectProperty() |
Returns the value of a given project property. |
text |
| projectCategory() |
Returns the project category of a given project. |
text |