Issue Functions

Issue Functions

This section contains functions that enable users to handle issues.

Functions Summary

  • allLinkedIssuesReturns an array with the issue names linked with the specified issue, including the system links (subtask, issue in epic).
  • 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.
  • getIssueEntityPropertyJsonReturns the entity property in JSON string.
  • getIssueEntityPropertyValueReturns the entity property value as a String.
  • getIssueURLReturns the url of the issue.
  • getStatusCategoryGets the category of the status for the given 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 from the selected issue's history.
  • moveIssueThis function helps moving the issue (including sub-tasks, custom/standard fields, attachments) between projects.
  • 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.
  • subtasksGet the list of sub tasks linked to the parent issue.
  • addHistoryItemAdds a history item
  • isInReindexingReturns true if it is called from the indexing thread.



Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.