conductorv2
Plugins/Developer

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

NameLabelRequired
JIRA_URLJira Instance URLrequired
JIRA_EMAILAccount Emailrequired
JIRA_API_TOKENAPI Tokenrequired

Setup

terminal
# 1. Go to id.atlassian.com/manage-profile/security/api-tokens
# 2. Create an API token
conductor plugins setup jira

Tools

ToolDescriptionApproval
jira_issuesSearch issues with JQL
jira_issueGet a single issue by key
jira_create_issueCreate a new issuerequired
jira_transitionTransition an issue to a new statusrequired
jira_assignAssign an issue to a userrequired
jira_commentAdd a comment to an issuerequired
jira_projectsList accessible projects
jira_sprintsList sprints for a board

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