I'm trying to implement a change request workflow using the "document approval" workflow template. I would like to have three lines of approval which appear on the issue page and are assigned automatically when the CR is submitted.
Will it be possible to implement this without purchasing Jira service desk?
Thanks,
Hello,
Welcome to Atlassian community!
The default approval functionality is only available for JIRA Service desk, however, you can implement a similar workaround on JIRA Software by adding conditions to your workflow. The steps would be:
Create a transition, for each department, to the "Approval" state, for example: Department A approval
Add a condition to new transition, Department A approval, "Only users in group User Dept A can execute this transition". Configure a similar condition for each new transition created to associate it with the user group.
Lastly, add a post function to each transition that sets the Assignee field to the Manager who will approve the issue (ie: The Assignee of the issue will be set to Manager A). Remember to configure your permission of assignable user and transitioning issue. Configure a similar Post Function for the rest of the new transitions.
For more information about this workaround, refer to the documentation below:
- How to create manager approval for multiple departments in a workflow
Let me know if this information helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.