You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We have workflow with statuses Open, Inprogress, Resolved, Reopened. I need particular field to populate and set to mandatory when reopened issues are moved to resolved. This can be done by adding a field required validator and a screen, on reopened to resolved transition.
But sometimes users move reopened status issues to inprogress status before they move it to resolved.
So in this case, is there a possible way to check that ticket "was in reopened status before"
I need to validate with required field when any issue is moved to resolved status only when if the issue was ever in reopened status.
Hi Samuel,
You should be able to include in your query this: status was in reopened
@John Funk I din't get. I need to add an validator in workflow and a resolve screen when the issues are moved to resolved status. So which validator will work to know the issue was ever in reopened status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's probably a couple of ways to do that. One is to set the value of a custom field when the status moves to Reopened. Then check the value of that field in a Validator when moving to the status in question.
Another is create a new Transition from Reopened to InProgress to force the user to navigate to that Status.
Finally, you could get an add-on like JMWE or ScriptRunner where you could write your own validator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Samuel,
wouldn't it be the easiest solution to put the validator also on the transition from reopened -> in Progress?
You state you have basically exact that already in place for the reopened -> Resolved transition.
[...] required validator and a screen, on reopened to resolved transition
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.