Hello,
I have a workflow that 'branches' based on a custom field called "Approval Level". I would like to use the approval step on a status that could go to 2 different statuses based on the Approval Level. But I can't see how to set the approval step to honor the Approval Level custom field and go to the correct destination status when approved.
For instance,
Is it possible to set up the approval steps to be dynamic?
Any help would be greatly appreciated. Thank you.
You can't do that unfortunately out of the box. You can only have one approve transition and one rejected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could create your "own" approvals with custom field, but these will not use the jira built in approval system. I don't think that scriptrunner is capable of messing around with this functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I was facing the same Problem.
I simply added a status called approval splitter behind that approval step. Upon a successfull approve, the approval Spliter transition is called. Then i added a automation, that takes any ticked entering the spliter state, and transitioning it based on the value of my custom field.
I hope my creative solution helped.
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.