Hi All
I had a problem where some developers were resolving JIRA but not including a fix version. I modified the workflow so that the fix version is now mandatory, if it is not there then no RESOLVE button will appear. One hole in this though is that for those JIRAs resolved as WONT FIX it makes no sense to have a fix version. It is possible to have a button that makes the workflow RESOLVED as WONT FIX?
Thanks
I have a fix version called "Bin" into which we put everything that we're not going to fix or for whatever reason won't be worked on (duplicate, created by mistake etc.), so when something is being marked as "Won't Fix" etc then we don't delete the JIRA record. I'm always aware that we could be audited, and deleting records is a no-no. It also means that it's really easy to search for non-worked-on issues, just look for the fix version of "Bin".
Ok you currently have a condition on that Resolve transtion (fixversion is not empty), I guess.
If you would use instead in the resolve transition a field required validator(fixversion) with resolution and fixversion on the screen, you could add an additional transition in parallel to your Resolve transition and set the resolution via postfunction to "Won't Fix". So the end user would see to buttons "reslove" and "won't fix"
Or you can use a scripted validator. If the resolution is different from won't fix you require that fixversion is not empty: See https://jamieechlin.atlassian.net/wiki/display/GRV/Validators
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.