We use the following workflows:
As you can see once a ticket has been deployed to Production it does not change status, and this is what I would like to achieve: change the status of all tickets that have been deployed to Production from `Resolved` to `Done`.
Is it possible?
Yes, it is possible to automate the status (automation for jira) change of tickets from Resolved to Done after they have been deployed to Production.
You need to identify when a deployment to Production occurs. This can be done by setting up a webhook or a listener in your CI/CD pipeline that triggers an action after the production deployment is completed.
Then during the deployment process, you should have access to the list of PRs that were merged and their associated ticket numbers.
Ensure that this information is captured in a way that can be accessed after the deployment.
Does this help?
Regards
Howard
Hi @Howard Nedd
It sounds like you're suggesting to do the work in the pipeline, using the REST API to change a ticket status perhaps?
I was looking more for something in Jira. I thought I would be able to use an automation, and I have tried (and still trying) but with no success. I can't figure out which trigger to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have an example of your automation? Like a screenshot?
I might be able to suggest something.
Regards
Howard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I fell a bit stupid now, because I think I've got it (although I haven't tested it yet).
I don't know why I couldn't find that trigger before
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.