Hi
We have one requirement on the workflow like, we have three Statuses A, B and C.
From Status A to Status B on the transition screen we have one Radio button field Approved with the values Yes or No, If I select the value Yes then the issue will sits in the status B, if we select No then the issue will sit in the status A. We have the add-ons JSU, JMWE and script Runner. Could you please suggest any solution for this requirement. I am attaching the sample image for the requirement Please find the image.
Thanks in advance.
Using JMWE you have two options:
Hi @Venkateshwara Rao cherala,
I believe this can be achieved by all 3 plugins you use. I don't have JMWE to check the suitable post-function but for others as below
Using Scriptrunner
1. You can use fast-track transition post-function and add condition to check Approved field value if yes selected transition(B) will be executed
JSU
1. can do the same using Linked transition
2. Link as JQL --> key = {issue.key}
3. you need to precondition(JSU) to validate approved field
Hope this helps
BR,
Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Leo,
Thank you for your answer, I am not able to achieve the requirement, Could you please explain further.
Thank you in advance!
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.