Jira Software Functions (Power Scripts)
The use of these functions requires the Power Scripts for Jira add-on be installed and licensed.
This section contains a collection of functions for handling boards, sprints, issues, and ranking, etc.
Functions Summary
- addIssueToSprint (Power Scripts) — Adds an issue to a sprint
- boardForFilter (Power Scripts) — Gets the board associated with a filter
- boardsForProject (Power Scripts) — Gets the boards associated to a project
- closedSprints (Power Scripts) — Gets the closed sprints from the board with the provided name or id.
- copyBoard (Power Scripts) — Create a copy of the provided board.
- createBoardFromExistingProjects (Power Scripts) — Create a board based on existing projects.
- createSprint (Power Scripts) — Creates a new sprint for the provided rapid view.
- deleteBoard (Power Scripts) — Delete the specified board.
- deleteSprint (Power Scripts) — Deletes a sprint.
- filterForBoard (Power Scripts) — Gets the filter associated with a board.
- getAllBoardNames (Power Scripts) — Get a list of all agile boards visible to the user.
- getAllBoards (Power Scripts) — Returns an array of JBoard type structs for every agile board.
- getAllOpenSprints (Power Scripts) — Returns an array of JSprint type structs for every open sprint.
- getBoardName (Power Scripts) — Gets the name of an agile board
- getBoardsFromSprint (Power Scripts) — Returns a list of board names for a sprint.
- getFilterId (Power Scripts) — Gets the filter id for a given board.
- isEpic (Power Scripts) — Checks whether the issue with the provided issue key is an epic.
- issueInBacklog (Power Scripts) — Checks whether the issue with the provided issue key is in the board backlog.
- issueInEpic (Power Scripts) — Checks whether the issue with the provided issue key is in the epic.
- issueInSprint (Power Scripts) — Checks whether the issue with the provided issue key is in the sprint.
- issueInStartedSprint (Power Scripts) — Checks whether the issue with the provided issue key is in the started sprint.
- issuesInBoard (Power Scripts) — Returns all the issues which belong to the specified board. Optionally, you can filter them by visibility.
- notStartedSprints (Power Scripts) — Gets the future (not started) sprints from the board with the provided name or id.
- projectsForBoard (Power Scripts) — Gets the projects associated with a board.
- rankAfter (Power Scripts) — Moves an issue after another, referenced issue.
- rankBefore (Power Scripts) — Moves an issue before another issue.
- rankFirst (Power Scripts) — Moves an issue to the top of the list.
- rankLast (Power Scripts) — Moves the issue to the bottom of the list.
- removeIssueFromSprint (Power Scripts) — Removes an issue from a sprint.
- sprintCompleteDate (Power Scripts) — Gets the end date of the sprint.
- sprintEndDate (Power Scripts) — Gets the end date of the sprint.
- sprintInfo (Power Scripts) — Gets details about the sprint – sprint name, startDate, endDate, and completeDate.
- sprintName (Power Scripts) — Gets the name of the sprint.
- sprintStartDate (Power Scripts) — Gets the start date of the sprint.
- startedSprints (Power Scripts) — Gets the started sprints from the board with the provided name or id.
- updateBoard (Power Scripts) — Update the provided board.
- updateSprint (Power Scripts) — Updates a given sprint.
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
