Setting up a workflow with specific users

DMD-Online July 20, 2016

Hi,

 

This is just a "is this possible question":

I want to create a workflow for a task- like submitting a request for the design department. 

  • After someone submits the request it need to go through a few people before reaching design. Is it possible to predefined the chain of people. For example- 
  1. Employee open and it goes directly to a specific team leader
  2. Team leader can confirm and if he does it goes up to his direct boss only.
  3. So on until it get's assign to the head of design that performs the actual task.

 

Thanks,

Noam

2 answers

0 votes
Deleted user July 20, 2016

Unfortunately if you are on the cloud, that's not an option (ScriptRunner). You could add a post function to your transitions to assign the issue/task, but it would be easier to just have the people involved assign it to the next person before or after the transition. Make sure the notifications are set to email the next person assigned.

0 votes
Michal Hybasek [MoroSystems] July 20, 2016

Hello Noam,

It is good to use ScriptRunner plugin for JIRA, where you can add specific post function. You can use groovy programming language, where you can define your logic - choosing assignee.

Or you can make your own add-on, which add your specific post functions for assign users.

Thanks,
M. 

Suggest an answer

Log in or Sign up to answer