Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create customize workflow?

Chandan Gupta
Contributor
April 30, 2018

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. 

3 answers

2 accepted

0 votes
Answer accepted
Hilda April 30, 2018

Hi Chandan,

This can be done using post function, Check out this documentation from Atlassian:

However you can only have the case reassigned to :

  • Current User
  • Lead Developer
  • Reporter

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

0 votes
Answer accepted
SidhR April 30, 2018

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

0 votes
Pallavi Modak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 31, 2019

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

Suggest an answer

Log in or Sign up to answer