Issue Routines

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

  • changeSubtaskOrderChanges subtask position.
  • cloneIssueDuplicates the issue and returns the key of the duplicated issue. If specified, it also creates a link to the duplicated issue.
  • countIssuesReturns the number of issues that matched the search query.
  • createIssueCreates an issue based on the provided arguments.
  • deleteIssueDeletes the selected issue.
  • getIssueEntityPropertyValue
  • getIssueURLReturns the url of the issue.
  • isIssueContextVerifies if the script is running in an issue context.
  • issueExistsChecks to see if the provided issue key relates to an existing issue.
  • lastIssueChangesReturns 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
  • selectIssuesReturns an array with the keys of the issues that matched the search query.
  • selectIssuesByFilterReturns an array with the keys of the issues obtained by running the given filter.
  • setIssueEntityPropertyValue
  • subtasksGet the list of sub tasks linked to the parent issue.

See also