--- title: 'Jira' description: 'Track issues, manage sprints, and organize projects with Jira.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Jira** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /search](./get_search_pm_searchissues) | Search issues using JQL | | [POST /issue](./post_issue_pm_createissue) | Create an issue | | [GET /issue/{issueIdOrKey}](./get_issue_issueidorkey_pm_getissue) | Get an issue | | [PUT /issue/{issueIdOrKey}](./put_issue_issueidorkey_pm_updateissue) | Update an issue | | [POST /issue/{issueIdOrKey}/transitions](./post_issue_issueidorkey_transitions_pm_transitionissue) | Transition an issue status | | [GET /project](./get_project_pm_listprojects) | List all projects | | [POST /issue/{issueIdOrKey}/comment](./post_issue_issueidorkey_comment_pm_addcomment) | Add a comment to an issue | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.