Hello everyone!
I need to configure a workflow transition in such a way that if issue type is set to A then a custom field would be validated during a transition and if issue type is NOT set to A then no validation pops up.
So far i've managed to solve this by creating two separate transitions with their conditions set up in such a way that they would only be shown to users if Issue type has a corresponding value.
But i wonder if this could be configured within a single transition.
Thank you!
You will need a plugin to implement it in a single transition, it's pretty straightforward.
Within in a single transition you can achieve this functionality using following plugins - you can use Script runner plugin or Automation plugin or JMWE plugin for achieving
Some samples for validation scenarios using "Script runner" plugin - https://scriptrunner.adaptavist.com/4.3.4/jira/recipes/workflow/validators/simple-scripted-validators.html
For plugins go here - https://marketplace.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Managed to achieve this using JMWE.
Cheers for the advice!
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.
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.