Jira
by Atlassian
Create and manage issues, projects, sprints, and workflows in Jira
How agents use Jira
- ✓Agent creates a Jira issue when a bug report, support ticket, or error event is detected
- ✓Agent updates an issue status or assignee as a task progresses through a workflow
- ✓Agent queries open issues with JQL to generate a sprint summary or engineering status report
- ✓Agent adds a comment to an issue to log what it did, what it found, or what needs human review
- ✓Agent searches for duplicate or related issues before creating a new one to avoid clutter
Agent actions
Inputs: projectKey, summary, description, issueType, priority, assignee, labels, components, dueDate
Returns: issueId, issueKey, issueUrl, success
Inputs: issueKey, summary, description, priority, assignee, labels
Returns: success
Inputs: issueKey, fields
Returns: issue, summary, status, assignee, priority
Inputs: jql, maxResults, startAt, fields
Returns: issues, total, count
Inputs: issueKey, transitionId, comment
Returns: success
Inputs: issueKey, body, visibility
Returns: commentId, success
Inputs: issueKey, maxResults
Returns: comments, total
Inputs: issueKey, assignee
Returns: success
Inputs: issueKey, deleteSubtasks
Returns: success
Inputs: projectKey
Returns: project, name, key, lead
Inputs: maxResults
Returns: projects, total
Inputs: boardId, name, startDate, endDate, goal
Returns: sprintId, success
Inputs: sprintId
Returns: sprint, name, state
Inputs: sprintId
Returns: success
Inputs: sprintId
Returns: success
Inputs: boardId
Returns: board, name, type
Inputs: projectKey, type, maxResults
Returns: boards, total
Inputs: issueKey, filename, fileData
Returns: attachmentId, success
Inputs: name, url, events, jqlFilter
Returns: webhookId, success
Example workflows
Automated issue creation
Automatically create Jira issues from support tickets, emails, or other sources
Sprint management automation
Automatically create and manage sprints based on team velocity and capacity
Issue status synchronization
Sync issue statuses across multiple systems or trigger actions on status changes
Automated reporting
Generate reports and analytics by querying issues with JQL
About Jira
- Vendor
- Atlassian
- Pricing Always review details with the vendor
- Free — Free tier available with limited features. Standard plan starts at $7.75/user/month. API access included in all plans.
- Authentication
- API key
- Rate limit Always review details with the vendor
- 300 requests / minute
- Compatible nodes
- AgentResourceInputOutput
Build an AI workflow with Jira
Use the Agentic Planner to design, visualize, and connect Jira with your other tools.
Open Agentic Planner