Issue Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle issues. |
Routines summary
- changeSubtaskOrder — Changes subtask position.
- cloneIssue — Duplicates the issue and returns the key of the duplicated issue. If specified, it also creates a link to the duplicated issue.
- countIssues — Returns the number of issues that matched the search query.
- createIssue — Creates an issue based on the provided arguments.
- deleteIssue — Deletes the selected issue.
- getIssueEntityPropertyValue
- getIssueURL — Returns the url of the issue.
- isIssueContext — Verifies if the script is running in an issue context.
- issueExists — Checks to see if the provided issue key relates to an existing issue.
- lastIssueChanges — Returns the last changes details for all the fields touched by user (array of JFieldChange https://appfire.atlassian.net/wiki/display/SIL/Predefined+structure+types#Predefinedstructuretypes-JFieldChange) from the selected issue's history.
- moveIssue
- selectIssues — Returns an array with the keys of the issues that matched the search query.
- selectIssuesByFilter — Returns an array with the keys of the issues obtained by running the given filter.
- setIssueEntityPropertyValue
- subtasks — Get the list of sub tasks linked to the parent issue.
See also
, multiple selections available,