Instead of having open task -> in progress -> resolve -> close.
I need to have customized workflow where I can create a task and which is auto assigned to user X for approval. Once X approves it, task should go to user Y for final approval.
Process of transition to next user should be automatic.
Hi Chandan,
This can be done using post function, Check out this documentation from Atlassian:
However you can only have the case reassigned to :
If you need to assign to other users that are not listed above, I would suggest you look into plugins from Atlassian Marketplace (https://marketplace.atlassian.com) that can provide the feature you require.
I use the Jira Cloud and i use this plugin for additional workflow features: https://marketplace.atlassian.com/plugins/com.innovalog.jmwe.jira-misc-workflow-extensions/cloud/overview
Regards,
Hilda
You can create following workflow:
Open > Under Review >Under Final Review > Resolved/Rejected > Closed
Under Review will have two transitions Approve and Reject. Approve will transition to Under Final Review and Reject can transition back to Open or Rejected status (depends what you want to do)
Similarly, Under Final Review will have Approve and Reject transitions. Approve will Resolve the issue and Reject will reject the issue or if you want to re-open it you can do so to.
1. Create a post-function to automatically assign the task to User X on Create
2. Do the same for assigning it to Y on the Approve Transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have trial version of Atlassian. Can you please help me to understand to create the customize Workflow as per steps wise.
With Regards,
Pallavi Modak
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.