Skip to main content
Every jira.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Comments

add

comments.add Add a comment to a Jira issue Risk: write
Input Output

delete

comments.delete Delete a comment from a Jira issue [DESTRUCTIVE] Risk: destructive
Input Output

get

comments.get Get a specific comment on a Jira issue Risk: read
Input Output

list

comments.list List all comments on a Jira issue Risk: read
Input Output

update

comments.update Update a comment on a Jira issue Risk: write
Input Output

Groups

create

groups.create Create a new Jira group Risk: write
Input Output

getAll

groups.getAll Get all Jira groups Risk: read
Input Output

Issues

addAttachment

issues.addAttachment Add an attachment to a Jira issue Risk: write
Input Output: object[]

addWatcher

issues.addWatcher Add a watcher to a Jira issue Risk: write
Input Output

assign

issues.assign Assign a Jira issue to a user Risk: write
Input Output

bulkCreate

issues.bulkCreate Bulk create multiple Jira issues Risk: write
Input
Output

bulkFetch

issues.bulkFetch Bulk fetch multiple Jira issues by ID or key Risk: read
Input Output

create

issues.create Create a new Jira issue Risk: write
Input Output

delete

issues.delete Delete a Jira issue [DESTRUCTIVE] Risk: destructive
Input Output

edit

issues.edit Edit an existing Jira issue Risk: write
Input Output

get

issues.get Get a Jira issue by ID or key Risk: read
Input Output

getTransitions

issues.getTransitions Get available transitions for a Jira issue Risk: read
Input Output

linkIssues

issues.linkIssues Link two Jira issues together Risk: write
Input Output

removeWatcher

issues.removeWatcher Remove a watcher from a Jira issue Risk: write
Input Output
issues.search Search issues using JQL Risk: read
Input Output

transition

issues.transition Transition a Jira issue to a new status Risk: write
Input Output

Projects

create

projects.create Create a new Jira project Risk: write
Input Output

get

projects.get Get a Jira project by ID or key Risk: read
Input Output

getRoles

projects.getRoles Get project roles for a Jira project Risk: read
Input Output: object

list

projects.list List Jira projects Risk: read
Input Output

Sprints

create

sprints.create Create a new sprint on a Jira board Risk: write
Input Output

list

sprints.list List sprints for a Jira board Risk: read
Input Output

listBoards

sprints.listBoards List Jira boards Risk: read
Input Output

moveIssues

sprints.moveIssues Move issues to a sprint Risk: write
Input Output

Users

find

users.find Search for Jira users Risk: read
Input Output: object[]

getAll

users.getAll Get all Jira users Risk: read
Input Output: object[]

getCurrent

users.getCurrent Get the currently authenticated Jira user Risk: read
Input: empty object Output