Scenerio:
I want to show 'fixed' and 'issue occurred' resolution to the client only and 'duplicate' & 'QA verify' resolutions to QA team likewise we can do that or not?
You can achieve this if you would use two parallel transitions (where you can set the resolution). One for your clients (condition on clients only) one for your QA team (condition on QA Team only). Then use different workflow properties on those two transitions
jira.field.resolution.include
see https://confluence.atlassian.com/display/JIRA/Workflow+properties
Thank Udo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not directly. A field is a field, it should contain consistent and understandable data for all users, which is why JIRA doesn't do this in the way you think you want to do it.
But, let's say you have a really simple workflow that includes a transition from "ready to test" to "done". That is where you want to set this resolution. What you can do here is:
The other option is four transitions - one for "fixed", one for "issue occurred", one for "duplicate" and one for "QA verify". Protect them with conditions as above, do NOT offer the users the resolution, and instead, set it automatically in a post-function. I prefer the first solution above, it's tidier.
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.