Hello,
We are currently submitting our builds and deployments information from Jenkins to the JIRA Cloud instance via the corresponding API.
In the documentation https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments it states that
Deployments are identified by the combination of pipelineId, environmentId and deploymentSequenceNumber
In our case, for each deployment in the same environment pipelineId and environmentId stay the same and the deploymentSequenceNumber is an incremental int(Jenkins build number). However the ticket deployments panel does not show multiple deployments separately and only shows the latest one, which gets updated (new name, new modified time).
The general Deployments panel shows the history of all deployments correcly.
I can't find any information if this is by design or am i doing something wrong in submitted metadata?
I would expect the ticket view to show all the deployments (albeit on the same environment and the same pipeline) to be shown.
Can you shed some light on this for me please?