Jira
Also an agent toolAtlassian Jira: create and track issues, run JQL searches, transition workflows, manage sprints and boards.
32 actions · 1 triggers
The Jira integration lets you connect Jira to your automations with 32 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: Get Current User, Create Issue, Get Issue, Edit Issue, Delete Issue. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 1
Events in Jira that can start a workflow.
New or updated Jira issues (polled)
Polls /rest/api/3/search/jql on a schedule using an updated>= JQL clause.
Actions 32
What Zervanor can do in Jira.
Get Current User
Get the current (authenticated) user (GET /rest/api/3/myself). Identity + connectivity probe.
Create Issue
Create an issue (POST /rest/api/3/issue). Rich-text fields (description) must be Atlassian Document Format (ADF).
Get Issue
Get an issue by id or key (GET /rest/api/3/issue/{issueIdOrKey}).
Edit Issue
Edit an issue (PUT /rest/api/3/issue/{issueIdOrKey}). Rich-text fields must be ADF.
Delete Issue
Delete an issue (DELETE /rest/api/3/issue/{issueIdOrKey}).
Assign Issue
Assign an issue to a user (PUT /rest/api/3/issue/{issueIdOrKey}/assignee).
Search Issues (JQL)
Search issues with JQL (GET /rest/api/3/search/jql). Token pagination via nextPageToken.
Add Comment
Add a comment to an issue (POST /rest/api/3/issue/{issueIdOrKey}/comment). Comment body must be ADF.
List Comments
List an issue's comments (GET /rest/api/3/issue/{issueIdOrKey}/comment).
List Transitions
List available transitions for an issue (GET /rest/api/3/issue/{issueIdOrKey}/transitions).
Transition Issue
Transition an issue to a new workflow state (POST /rest/api/3/issue/{issueIdOrKey}/transitions).
Add Worklog
Add a worklog to an issue (POST /rest/api/3/issue/{issueIdOrKey}/worklog). Comment field must be ADF.
Create Issue Link
Create a link between two issues (POST /rest/api/3/issueLink).
Add Attachment
Add attachment(s) to an issue (POST /rest/api/3/issue/{issueIdOrKey}/attachments). Uses multipart/form-data and requires the X-Atlassian-Token: no-check header.
Search Projects
Search projects (GET /rest/api/3/project/search). Offset pagination.
Get Project
Get a project by id or key (GET /rest/api/3/project/{projectIdOrKey}).
List Project Versions
List a project's versions (GET /rest/api/3/project/{projectIdOrKey}/versions).
Create Version
Create a project version (POST /rest/api/3/version).
List Project Components
List a project's components (GET /rest/api/3/project/{projectIdOrKey}/components).
Create Component
Create a project component (POST /rest/api/3/component).
Search Users
Search users by query (GET /rest/api/3/user/search).
List Fields
List all fields, system and custom (GET /rest/api/3/field).
List Issue Types
List all issue types (GET /rest/api/3/issuetype).
List Priorities
List all priorities (GET /rest/api/3/priority).
List Statuses
List all statuses (GET /rest/api/3/status).
List Boards
List boards (GET /rest/agile/1.0/board). Offset pagination.
List Sprints
List sprints for a board (GET /rest/agile/1.0/board/{boardId}/sprint). Offset pagination.
Create Sprint
Create a sprint (POST /rest/agile/1.0/sprint).
Move Issues To Sprint
Move issues into a sprint (POST /rest/agile/1.0/sprint/{sprintId}/issue).
List Backlog Issues
List backlog issues for a board (GET /rest/agile/1.0/board/{boardId}/backlog).
Get Epic
Get an epic by id or key (GET /rest/agile/1.0/epic/{epicIdOrKey}).
List Epic Issues
List issues that belong to an epic (GET /rest/agile/1.0/epic/{epicIdOrKey}/issue).
Nothing matches your search.
Automations using Jira
Build your own automation with Jira in the visual builder.
Automations with Jira
Frequently asked questions
What can I automate with Jira?
32 actions are available — for example: Get Current User, Create Issue, Get Issue, Edit Issue, Delete Issue, and more.
Which Jira events can start a workflow?
1 triggers — for example: New or updated Jira issues (polled).
Can Jira be used as an AI agent tool?
Yes. Every Jira action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Jira integration modelled?
Jira is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.