Hi. Using the Jira REST API, I'm trying to obtain the data listed in the Development table in the Deployments tab seen below, such as Pipeline, Environment Name, Deployment, etc.
Most of the tabs in this modal, such as the branches, commits, etc, are available from /rest/dev-status/latest/issue/details, but the deployment tab info is nowhere to be found. I tried looking through a other calls, such as /rest/dev-status/latest/issue/summary and /rest/api/3/issue/{id}/properties, but it doesn't seem to be there either.
Wondering if anyone knows how I can get this information?
Hello there,
I have the same issue - trying to get the list of deployments for a Jira issue.
The deployment REST API endpoints approach it from the pipeline, not the issue?
I don't know why but JQL to return issues with a deployment name doesn't seem to work repeatably. I don't know why..?
So - I'm looking for another way to get the data - if anyone has any ideas..?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Drew,
Were you able to obtain this information? I am trying to do the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's still in early access only, but it will be possible to get this information using the Teamwork Graph API, for both requests you wish to send yourself and from a forge app.
Please see https://developer.atlassian.com/platform/teamwork-graph/api-reference/relationship-types/jira-work-item-links-external-deployment/ for an example.
Please note, you'll need to get yourself into the EAP to use it, or wait for it become GA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.