Jira ​
Track issues, manage sprints, and organize projects with Jira.
| Detail | Value |
|---|---|
| Category | Project Management |
| Base URL | https://{domain}.atlassian.net |
| Authentication | Bearer Token |
| Endpoints | 7 |
| Connector key | jira |
Using Jira in a workflow ​
- Go to Connections and click New Connection.
- Pick Jira from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /search | Search issues using JQL |
| POST /issue | Create an issue |
| GET /issue/{issueIdOrKey} | Get an issue |
| PUT /issue/{issueIdOrKey} | Update an issue |
| POST /issue/{issueIdOrKey}/transitions | Transition an issue status |
| GET /project | List all projects |
| POST /issue/{issueIdOrKey}/comment | Add a comment to an issue |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.