We use the deployment component with Jira and Bitbucket Cloud to track our environment deployments. However, some Jira stories are deployed manually, and we can’t find a way to mark these stories as deployed to Production.
Additionally, the feature sometimes fails to track Bitbucket Pipelines deployments accurately, possibly due to inconsistencies in how developers commit or create pull requests. In such cases, we need a way to mark these stories as deployed since they aren’t being picked up by Jira.
Looking to see if someone was able to do something similar using native Jira features, or building automation/scripts using the Jira API.
Usually, I've only encounter doing this automatically. However, you can use this API to update your deployments:
https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments/#api-group-deployments
Another possibility, you can add a pipeline to update the deployment to Jira. Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.