Jira integration | Zervanor
← All connectors

Jira

Also an agent tool
productivity

Atlassian 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.

polling

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

Get Current User

Get the current (authenticated) user (GET /rest/api/3/myself). Identity + connectivity probe.

POST

Create Issue

Create an issue (POST /rest/api/3/issue). Rich-text fields (description) must be Atlassian Document Format (ADF).

GET

Get Issue

Get an issue by id or key (GET /rest/api/3/issue/{issueIdOrKey}).

PUT

Edit Issue

Edit an issue (PUT /rest/api/3/issue/{issueIdOrKey}). Rich-text fields must be ADF.

DELETE

Delete Issue

Delete an issue (DELETE /rest/api/3/issue/{issueIdOrKey}).

PUT

Assign Issue

Assign an issue to a user (PUT /rest/api/3/issue/{issueIdOrKey}/assignee).

GET

Search Issues (JQL)

Search issues with JQL (GET /rest/api/3/search/jql). Token pagination via nextPageToken.

POST

Add Comment

Add a comment to an issue (POST /rest/api/3/issue/{issueIdOrKey}/comment). Comment body must be ADF.

GET

List Comments

List an issue's comments (GET /rest/api/3/issue/{issueIdOrKey}/comment).

GET

List Transitions

List available transitions for an issue (GET /rest/api/3/issue/{issueIdOrKey}/transitions).

POST

Transition Issue

Transition an issue to a new workflow state (POST /rest/api/3/issue/{issueIdOrKey}/transitions).

POST

Add Worklog

Add a worklog to an issue (POST /rest/api/3/issue/{issueIdOrKey}/worklog). Comment field must be ADF.

POST

Create Issue Link

Create a link between two issues (POST /rest/api/3/issueLink).

POST

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.

GET

Search Projects

Search projects (GET /rest/api/3/project/search). Offset pagination.

GET

Get Project

Get a project by id or key (GET /rest/api/3/project/{projectIdOrKey}).

GET

List Project Versions

List a project's versions (GET /rest/api/3/project/{projectIdOrKey}/versions).

POST

Create Version

Create a project version (POST /rest/api/3/version).

GET

List Project Components

List a project's components (GET /rest/api/3/project/{projectIdOrKey}/components).

POST

Create Component

Create a project component (POST /rest/api/3/component).

GET

Search Users

Search users by query (GET /rest/api/3/user/search).

GET

List Fields

List all fields, system and custom (GET /rest/api/3/field).

GET

List Issue Types

List all issue types (GET /rest/api/3/issuetype).

GET

List Priorities

List all priorities (GET /rest/api/3/priority).

GET

List Statuses

List all statuses (GET /rest/api/3/status).

GET

List Boards

List boards (GET /rest/agile/1.0/board). Offset pagination.

GET

List Sprints

List sprints for a board (GET /rest/agile/1.0/board/{boardId}/sprint). Offset pagination.

POST

Create Sprint

Create a sprint (POST /rest/agile/1.0/sprint).

POST

Move Issues To Sprint

Move issues into a sprint (POST /rest/agile/1.0/sprint/{sprintId}/issue).

GET

List Backlog Issues

List backlog issues for a board (GET /rest/agile/1.0/board/{boardId}/backlog).

GET

Get Epic

Get an epic by id or key (GET /rest/agile/1.0/epic/{epicIdOrKey}).

GET

List Epic Issues

List issues that belong to an epic (GET /rest/agile/1.0/epic/{epicIdOrKey}/issue).

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.