Jira
Issues, transitions, sprints, and project management.
requires credentials8 tools
Connect your AI to Jira Cloud or Server. Create and update issues, transition workflows, manage sprints, and query projects using JQL.
Credentials
| Name | Label | Required |
|---|---|---|
JIRA_URL | Jira Instance URL | required |
JIRA_EMAIL | Account Email | required |
JIRA_API_TOKEN | API Token | required |
Setup
terminal
# 1. Go to id.atlassian.com/manage-profile/security/api-tokens
# 2. Create an API token
conductor plugins setup jiraTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
jira_issues | Search issues with JQL | jql, maxResults? | — |
jira_issue | Get a single issue by key | key | — |
jira_create_issue | Create a new issue | projectKey, summary, issueType, description? | required |
jira_transition | Transition an issue to a new status | key, transition | required |
jira_assign | Assign an issue to a user | key, accountId | required |
jira_comment | Add a comment to an issue | key, body | required |
jira_projects | List accessible projects | — | — |
jira_sprints | List sprints for a board | boardId, state? | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“What's assigned to me in the current sprint?”
jira_issues“Create a bug for the login page crash”
jira_create_issue“Move PROJ-42 to Done”
jira_transition