Workflow 'chain of command'

Barret_Wallace August 19, 2014

Hi,

assume the following organisational structure:

- general manager
- - department manager A
- - - developer A1,...,An
- - department manager B
- - - developer B1,...,Bn
- - ...

I wonder if it's possible to have a worklow that reflects the 'chain of command', e.g. B1 creates an issue and can only assign it to his department manager B. B, however, can assign it back to B1 or to the general manager. The general manager can assign it to A, B, or C. They, in turn, can assign tickets to their respective developers or to the GM.

Of course, it should be possible that the GM or the department managers create tickets as well.

Is that generally possible in JIRA with one single workflow?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 19, 2014

Not off-the-shelf. Jira doesn't have any code that looks at the relationship between users. The "assignable user", list is determined by groups, roles, dynamic roles and field contents.

If you want to do this, you will need to come up with a way of representing the user relationships that can hook into the permission systems. The closest I can think of is that you could automatically populate a custom field with a list of users who can be assigned the issue at any one time, and another list for who can currently assign to to someone but even that won't change by who is doing the action - anyone in the second list will be able to assign it to anyone in the first list.

Suggest an answer

Log in or Sign up to answer