Can we auto close ( change status to closed) all tickets in a release, when that release is marked as released.
can we do this with any plugin or post function.
Thanks for your help.
Automation for Jira can do this for you. Go to the URL below and see "Auto Close when version is released". I just created it quickly but you can see the options available.
Edwin
Thanks for your reply, I don't see action item for version released, so I am not able to select that action, In the link above also, I don't see any rule for that particular action.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have to use scheduled event and this JQL to find issues fixVersion in releasedVersions() and close them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very nice! Glad you figured it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this solution. I found this while trying to figure out of how resolve all unresolved tickets in a version. In my case, all tickets in the release ends up in "Ready for release" as the final version and our devs in this project wanted it so that they were automatically resolved when pressing "Release".
You can actually use trigger "When: Version released" if you like, instead of having a scheduled event running so so often. That makes the update instant after releasing and you dont need a job running at set intervals.
As you can see I used your JQL and tweaked it fit my case and it works great.
For some reason, the "Bypass workflow conditions and permissions" checkbox doesnt work (unless I misunderstand its function), so I had to change the workflow as well to allow all statuses to transition to "Done".
Hope that helps.
Br,
Stian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
Can anyone help with the script using script runner for Jira server plugin to achive the same functionality using custom listener?
Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you guys help with this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.