/jira
, such as
https://<organization>.atlassian.net
.
https://<organization>.atlassian.net/rest/api/latest/project/<project-key>
,
replacing <organization>
with yours, and replacing <project-key>
with the target project’s key. In the
response, look for the URL https://<organization>.atlassian.net/rest/api/3/project/<project-id>
, where <project-id>
is the target project’s ID.
https://<organization>.atlassian.net/rest/agile/1.0/board?projectKeyOrId=<project-key-or-id>
,
replacing <organization>
with yours, and <project-key-or-id>
with the associated project’s key or ID. In the
response, look for the URL https://<organization>.atlassian.net/rest/agile/1.0/board/<board-id>
, where <board-id>
is the board’s ID.
<name>
(required): A unique name for this connector.<url>
(required): The URL of the Jira instance.<username>
(required for password or API token authentication): The username of the Jira user.<password>
(required for password or API token authentication): For password authentication, the password of the Jira user.
For API token authentication, the API token of the Jira user.<token>
(required for personal access token authentication): The personal access token of the Jira user.<project-id>
: The ID of a target project in Jira to access.<board-id>
: The ID of a target board in Jira to access.<issue-id>
: The ID of a target issue in Jira to access.<status>
: The name of a status to filter Jira issues by.download_attachments
to true
to download attachments from Jira issues. The default is false
.cloud
to true
to specify using Jira Cloud or false
to specify using Jira Data Center. The default is to use Jira Data Center.