Issue Functions
This section contains functions that enable users to handle issues.
Functions Summary
- allLinkedIssues — Returns an array with the issue names linked with the specified issue, including the system links (subtask, issue in epic).
- 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.
- getIssueEntityPropertyJson — Returns the entity property in JSON string.
- getIssueEntityPropertyValue — Returns the entity property value as a String.
- getIssueURL — Returns the url of the issue.
- getStatusCategory — Gets the category of the status for the given 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 from the selected issue's history.
- moveIssue — This function helps moving the issue (including sub-tasks, custom/standard fields, attachments) between projects.
- 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.
- subtasks — Get the list of sub tasks linked to the parent issue.
- addHistoryItem — Adds a history item
- isInReindexing — Returns 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.
