Hello all,
I am searching for an automation in JIRA to avoid tagging fix version after release.
For Example my fix version 1.0.0-x is released and after release if anyone is trying to tag the same version (1.0.0-x ) in any ticket for field fixversion then this version should not reflect in the list to tag.
Automation or ay permission restriction would be helpful for that.
Thanks in advance.
Regards
Alpa Padliya
Hi @Alpa Padliya,
The easiest way to achieve this, is to archive your released version. As soon as you do that, it will no longer be available for selection in the fixversion dropdown.
Hope this helps!
Thanks @Walter Buggenhout .. i have already tried this but it will impact for my another field i.e. Affected Version". if i will archive version then version will not reflect in Affected version list also. and it would load my work. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to Walter's answer...
This may not be easily possible to detect/prevent with an automation rule. The ability to determine the changed values for fixVersion in a rule has stopped working, and you may watch that defect here: https://jira.atlassian.com/browse/JIRAAUTOSERVER-207
A work-around would be a bit complicated, and assumes you have one-and-only-one Fix Version assigned to an issue:
Kind regards,
Bill
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.