Jira
Authentication Type: API Key
Description: Manage Jira issues, attachments, comments, and users through the Jira Cloud REST API.
Beta Notice
This tool is currently in beta testing and not yet available for general use.
To get the Jira tool added to your Cotera workspace, please contact our support team at support.cotera.co.
Authentication
To authenticate, you'll need a Jira Cloud API Token. Learn how to create one in the Jira API documentation.
Issue
Manage Jira issues with create, read, and update operations.
Get Issue Changelog
Get issue changelog to retrieve the complete history of changes made to an issue including field updates and status transitions.
Operation Type: Query (Read)
Create Issue
Create a new issue to add tasks, bugs, stories, or other work items to your Jira project.
Operation Type: Mutation (Write)
Get Issue
Get an issue to retrieve detailed information about a specific issue including fields, status, and metadata.
Operation Type: Query (Read)
Get All Issues
Get all issues to retrieve multiple issues using JQL queries with filtering and pagination options.
Operation Type: Query (Read)
Create Email Notification
Create an email notification for an issue and add it to the mail queue to send custom notifications to stakeholders.
Operation Type: Mutation (Write)
Get Issue Transitions
Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status.
Operation Type: Query (Read)
Update Issue
Update an issue to modify fields, change status, assignees, or other issue properties.
Operation Type: Mutation (Write)
Issue Attachment
Manage file attachments on Jira issues.
Add Attachment to Issue
Add attachment to issue to upload files and documents to provide additional context or supporting materials.
Operation Type: Mutation (Write)
Get Attachment
Get an attachment to retrieve metadata and download links for a specific file attached to an issue.
Operation Type: Query (Read)
Get All Attachments
Get all attachments to retrieve a list of all files attached to a specific issue.
Operation Type: Query (Read)
Issue Comment
Manage comments and discussions on Jira issues.
Add Comment to Issue
Add comment to issue to post new comments, discussions, or updates on issue progress.
Operation Type: Mutation (Write)
Get Comment
Get a comment to retrieve the content and metadata of a specific comment on an issue.
Operation Type: Query (Read)
Get All Comments
Get all comments to retrieve all discussion threads and comments posted on an issue.
Operation Type: Query (Read)
Update Comment
Update a comment to edit existing comment text or modify comment properties.
Operation Type: Mutation (Write)
User
Manage Jira user accounts and information.
Create User
Create a new user to add team members and grant access to your Jira instance.
Operation Type: Mutation (Write)
Retrieve User
Retrieve a user to access user profile information, permissions, and account details.
Operation Type: Query (Read)