Hi All,
I'm handling the JIRA administrator role in the company, I need your answers on below question. Please kindly reply for this if your know how to do it.
1. Business User Creating a TASK issue in a JIRA scrum software project.
2. Then he need to assign it to Head of the department to get APPROVE/REJECT status(This Can be a Single Drop down list).
3. Once Head of the department approved the TASK, it should assign to CEO of that user.
4. CEO also can APPROVE/REJECT the request, if he APPROVED, it should assign to relevant Product Owner.
5. Product Owner then APPROVE/REJECT the request, if he APPROVED, it should assign it to relevant Scrum master.
I would like to know.....
After going through few video tutorials, Finally i found a solution, i able to achieve the requirement through workflow.
https://www.youtube.com/watch?v=mozFjY17I-o
https://www.youtube.com/watch?v=lwev-2smBtM
https://www.youtube.com/watch?v=TTGcaRIbLM8
https://www.youtube.com/watch?v=QgUe1pafxJM
https://www.youtube.com/watch?v=kLlvWmVH1hY
if you need more support on this you can reach me on my email- yaham.asiri@gmail.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yaham - Hey, I just came across this post and solution videos. I needed to implement something like this, but the user also needs the approval to be automated for some kinds of tasks. Is that something you might be able to help me with?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your requirement is not clear, do you have a diagram, what needs to be done? Then it will be easy to me to help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yaham
Can we implement a worlflow which will have approve/reject in a jira software project?
If so, please let me know how?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To automate all of this, you can create script post function in workflow step using Script Runner Plugin.
Dependency of department head/CEO/product owner
(or maybe Department/CEO/product) you can store as Issues of some project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to do this without using plugins, please tell if so.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create different steps APPROVE for each Head of departments.
in each step add post function "Update Issue Field" and set assignee to specific CEO. Different Approve steps for different product owners similarly.
But with coding it will be better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did what you said, yes once the TASK issue been created, it's automatically assigned to Head of the department, but after that how it will be done?, how it will handle in workflow. Since once the Head of the department is logged into JIRA and when he see the dashboard, that task will be assigned under him, but the problem is where to put next step?
I have this attached standard workflow in the project and other screens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got an odd request from our operations manager....
So...he wants to add his approval between the ticket fulfillment and closure....
basically the technician will work on the ticket...mark as resolved...send to the ops manager to approve the ticket closure....
I never saw anything like this...is it possible to set this kind of approval workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
too many manual steps. step one create ticket - auto goes to manager, step two auto goes to manager's boss. Step 3 then can manual go to project manager. Project manger manually assign programmer/developer. When ready to be deployed, have user that created the request test it and approve. Then move into production, have user regression testing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All , i am working on JIRA core . but not able to add Approval stage in my work flow . Where assigned approver can approve the change and in case of multiple approvers .I am able to see who approved the changes and who is pending .
Please help me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Workflow is possible. But you should have master data for each employee , who will be the department head/CEO/product owner. If this master data is available, workflow can be configured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Master data is available, can you please tell me how to configure this required workflow by easy steps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you have to create master project and save all the department heads/CEO/Product owner details and write a plugin to read the data from these masters basing on the requester.
New plugin will be required.
Alternative is you can use (calculated text field of) below plugin and try
https://marketplace.atlassian.com/plugins/com.innovalog.jmcf.jira-misc-custom-fields/server/overview
If you don't want to use any plugins then , i feel your point2 (each user need to manual select the next user(Assignee) and that user can select the field and give the approve or reject.) will be the option
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.