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 @Eric Engel
The Deployment REST API endpoints are part of the Jira Software Cloud module.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.