Skip to content

Jira Integration

The Jira node lets your agents create, update, and search issues, manage transitions, and work with projects, comments, and attachments.

Standard OAuth via Pipedream Connect. No special setup required.

ActionDescription
Create IssueCreate an issue or subtask
Update IssueUpdate fields, apply transitions
Get IssueGet full issue details
Assign IssueAssign an issue to a user
Transition IssueMove issue to a new status
Get TransitionsList available transitions for an issue
Add Comment To IssueAdd a comment
List Issue CommentsList all comments on an issue
Update CommentUpdate an existing comment
Add Attachment To IssueAttach a file
Add Multiple Attachments To IssueAttach multiple files
Add Watcher To IssueAdd a user as watcher
Search Issues with JQLSearch using JQL (GET)
Search Issues with JQL (POST)Search using JQL with enhanced capabilities
Check Issues Against JQLCheck if issues match JQL queries
Count Issues Using JQLGet estimated count for a JQL query
Get Issue Picker SuggestionsGet issue suggestions matching a query string
Get All ProjectsList all projects
Delete ProjectDelete a project
Create Jira Version in ProjectCreate a version/release
Create Custom Field Options (Context)Create context for custom field options
Get UserGet user details
Get UsersSearch for users
Get TaskCheck status of an async task
  • JQL is powerfulJira Query Language lets your agent search like project = "ENG" AND status = "In Progress" AND assignee = currentUser().
  • Transition Issue requires a transition ID — use Get Transitions first to discover available transitions for the current issue state.
  • Two JQL search actions exist: GET (simpler) and POST (supports enhanced search with expanded fields).