Skip to main content

Jira

Connects to Jira Cloud via REST API using email + API token authentication. Provides full issue lifecycle management: create, get, update, delete, and search issues with JQL. Supports comments (add/list), file attachments, workflow transitions (get available transitions, execute transitions with optional comments), and project operations (list/get). All nodes accept either a Client ID from Connect node or direct credentials, making the Connect node optional. Search supports JQL queries with pagination.

NamespaceRobomotion.Jira
Version1.1.0
CategoryProject Management, Dev Tools
Nodes15

Nodes

NodeDescription
ConnectOpens a connection to Jira and returns a Client ID.
DisconnectCloses a Jira connection.
Create IssueCreates an issue in Jira.
Get IssueGets an issue in Jira.
Update IssueUpdates an issue in Jira.
Delete IssueDeletes an issue in Jira.
Search IssuesSearches issues in Jira.
Get TransitionsGets transitions in Jira.
Do TransitionDo Transition — see the properties below.
Add CommentAdds a comment in Jira.
List CommentsLists comments in Jira.
List ProjectsLists projects in Jira.
Get ProjectGets a project in Jira.
Add AttachmentAdds an attachment in Jira.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

14 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Issue, Get Issue, Update Issue, Delete Issue, Search Issues, Get Transitions, Do Transition, Add Comment, List Comments, List Projects, Get Project, Add Attachment.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.