Hopefully someone can help me.
How can I, through a workflow, make sure that if a custom field (in this case called Risk level), is raised from 1 to 2 or higher, that the jira ticket changes course, and then asks for another kind of approval?
To explain.
If a request has Risk level=1 then it goes to point A. If a request has Risk level = 2 or higher, then it goes to point B and an extra approval is needed.
I need to make sure that if a request, that has passed point A in the workflow, and then the Risk level is changed from 1 to 2 or higher, that the workflow returns to point B
Hopefully someone understands me.
Best regards
Sigga Harpa
Hi @Sigridur Harpa Hannesdottir ,
I think i understand :)
so basically you hae 2 approvals (lets call them A & B)
You could do something like this but you will require an app for it imho, something like Scriptrunner or Automation for Jira.
What you need actualy is an app that can trigger something on an update of a request and then check on a field.
From what I can remember the "Issue Updated" trigger doesn't exist by default so that would mean you need to use either
In the workflow itself you'll need to make sure that the approval step B of course has the option to transition to from everywhere it can be when that Risk field is changed.
Does that make sense? If I understood it wrongly or you want me to elaborate on a specific thing. Let me know!
Thank you for you reply.
I think you understand me perfectly.
Just to clarify, approval A is always needed, but not approval B and this is only a problem when A has been approved and risk level is then moved from 1 to 2 or higher because if the risk level is 2 or higher you also need approval B. The workflow however does not ask for approval B if this is done.
Will try your suggestions.
Best regards
Sigga Harpa
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.