| Get Board | Get the information and metadata of a board by ID. |
| List Boards | Retrieve a list of existing boards. |
| List Board Sprints | List all sprints within a board. |
| Get Comments | Get all comments on a given issue. |
| Add Comment | Add a comment to an existing issue. |
| Update Comment | Update the contents and metadata of an existing comment. |
| Delete Comment | Delete a comment from an issue. |
| Search Issues | Return a list of issues that match the given string of text. |
| Get Issue | Get the information and metadata of an issue. |
| Find Issue | Find an issue by attribute. |
| List Issues by Project | Return a list of issues for a specific project. |
| Create Issue | Create an issue within a given project. |
| Update Issue | Update an existing issue within a given project. |
| Delete Issue | Delete an issue by ID. |
| Download Issue Attachments | Download the attachment data connected to an issue. |
| List Issue Attachments | Return a list of attachments for a given issue. |
| List Issue Transitions | Return a list of available transitions for an issue. |
| List Issue Worklogs | Return a list of worklogs for an issue. |
| Transition Issue | Transition an existing issue by ID. |
| Add Issue Attachment | Add a file attachment to an issue. |
| Find Project | Find a project by attribute. |
| Get Project | Get the information and metadata of a project. |
| List Projects | Retrieve a list of all projects. |
| Search Projects | Return a list of projects that match the given string of text. |
| Search Users | Return a single user that matches the given string of text. |
| Get Current User | Get the information and metadata of the current user. |
| List Assignable Users for Project | Return a list of users assignable to the given project. |
| Find User | Find a user by attribute. |
| Get User | Get the information and metadata of a user by ID. |
| Create User | Create a new user record. |
| Query | Search the entire Jira site using a JQL query. |
| Get Status List | Return a list of statuses for a project. |
| List Issue Fields | List all non-custom issue fields. |
| List Issue Custom Fields | List all configured custom issue fields. |
| List Issue Link Types | List all available issue link types. |
| List Issue Types | Return a list of issue types. |
| List Priorities | Return a list of all priorities. |
| Get Version | Get the information and metadata of an existing version. |
| List Versions | Return a list of all versions for a project. |
| Create Version | Create a new version. |
| Update Version | Update an existing version by ID. |
| List Webhooks | List all configured webhooks, including those for other integrations. |
| Create Webhook | Create a webhook to send data from Jira to an instance URL. |
| Delete Webhook | Delete a webhook by ID. |
| Refresh Webhook | Refresh a webhook expiration by ID. |
| Raw Request | Send a raw HTTP request to Jira. |