17 tools expose this connector's capabilities to your AI agent.
g., "To Do" → "In Progress" → "Done"). Requires a transition ID — use list_transitions to discover valid IDs for the current issue state.
Move a Jira issue to a different workflow status
The comment appears in the issue activity timeline visible to all project members.
Add a comment to a Jira issue
Use list_users to discover account IDs. Pass an empty string to unassign.
Assign a Jira issue to a specific user
Requires the project key and a summary. Optionally set issue type (defaults to Task), description, and priority. Use list_issue_types and list_priorities to discover valid values for issuetype and priority names.
Create a new Jira issue (task, bug, story, etc.)
g., "PROJ-123"). Returns descriptions, comments, priority, status, and custom fields. Essential for providing a full context of a specific work item.
Retrieves details for a specific issue
Useful for verifying identity and permissions.
Gets current authenticated user info
Returns project keys, names, and IDs. Use this to identify project keys before searching for specific issues.
Lists all projects in Jira
Requires the board ID which can be found in the board URL.
List sprints for a Jira agile board
g., "To Do", "In Progress", "Done") across the Jira instance. Useful for mapping the workflow steps of projects.
Lists all issue statuses
Use this to find transition IDs before using transition_issue.
List available workflow transitions for an issue
g., "PROJ") or ID. Returns project lead, categories, and issue types. Use to understand the scope and configuration of a specific team's project.
Retrieves details for a specific project
Useful for identifying high-level visual reporting tools available to the user.
Lists all Jira dashboards
g., "Bug", "Epic", "Story") available in the Jira instance. Useful for identifying valid types when searching or creating content.
Lists all issue types
g., "High", "Medium", "Low") configured in Jira. Useful for understanding task urgency and filtering search results.
Lists all issue priorities
Use this to identify assignees, reporters, or team members by their display names or account IDs.
Lists all users in Jira
JQL allows powerful filtering (e.g., "project = MYPROJ AND status = Open"). Returns issue keys, summaries, and statuses. Use this as the main tool for finding tasks or bugs based on flexible criteria.
Searches for issues using Jira Query Language (JQL)
Provide only the fields you want to change as a JSON string.
Update fields on an existing Jira issue