get_attachment | Fetch the metadata of an attachment (filename, size, author, download URL). |
get_create_issue_metadata | Fetch the projects, issue types and fields available when creating issues. |
get_edit_issue_metadata | Fetch the fields that can be edited on a given issue. |
get_field | Look up a field by its id (e.g. customfield_10011). |
get_issue | Fetch a single issue by id or key (e.g. PROJ-123). |
get_issue_changelog | Fetch the change history of an issue (paginated). |
get_issue_type | Fetch a single issue type by id. |
get_myself | Fetch the profile of the authenticated user (accountId, display name, timezone). |
get_priority | Fetch a single issue priority by id. |
get_project | Fetch a single project by id or key. |
get_status | Fetch a single workflow status by id or name. |
get_user | Fetch a user by accountId. |
list_fields | List all system and custom fields with their ids and types. |
list_issue_comments | List the comments on an issue (paginated). |
list_issue_link_types | List the issue link types available on the site. |
list_issue_types | List all issue types visible to the authenticated user. |
list_priorities | List issue priorities (paginated). |
list_projects | List projects visible to the authenticated user (paginated, filterable). |
list_statuses | List all workflow statuses visible to the authenticated user. |
list_transitions | List the workflow transitions currently available for an issue. |
list_watchers | List the users watching an issue. |
list_worklogs | List the worklog entries of an issue (paginated). |
search_issues | Search issues with a JQL query (paginated). |
search_users | Search users by display name or email (paginated). |