/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.