We use Azure DevOps to make our releases and already have the integration setup with environments (prod and staging).
When we run the deployment pipeline, is there a way to fill in the "fix version" of all the jira issues that are being released?
Hi @Gautier Bayzelon and welcome,
you can invoke the following rest apihttps://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put to update fix version for a specific issue. What is your doubt?
Fabio
Ok so I guess I would use git log and extract the issue numbers since the last deployment and then call that endpoint for each issue.
But I'm not sure about the "since the last deployment" part...
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.