Jira assignment groups

Jac Barac October 2, 2024

Hey folks,

 

We run a Service Desk project, with multiple teams. 

I am looking to replicate the "Assignment group" function which can be found in tools like Service Now. 

The way this works is:

1. there should be a field (under people) in which we can add team groups

2. To assign a ticket to an individual, you must first select a group

3. The assignee can only be an individual from that specific group

4. If you change the group, you muse change the assignee. 

 

I've kinda found how to do this in Jira cloud but I cannot find any such instructions for Jira DC. 

 

Any help would be greatly appreciated. 

 

3 answers

1 accepted

1 vote
Answer accepted
Anna Hryhoruk _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2024

Hello @Jac Barac ,

I think this can be done using the Power Scripts app. 

There is no exactly the same example, but I will share a few similar ones below. Power Scripts has its own scripting language (SIL) which allows you to write the script per your needs and use case. 

Here are a few examples of scripts that manage the assignment process. 

Limit the assignee to a specific group - this one is implemented as a validator, so I am also adding some documentation about SIL Validators Writing Conditions Validators and Post Functions 
Assign users based on a decision table using SIL 

 

Hope you`ll find it helpful :) 
Anna

 

Jac Barac October 4, 2024

Thank you @Anna Hryhoruk _Appfire_ ,

 

This might work for me. Thank you for all your help!

Like Anna Hryhoruk _Appfire_ likes this
2 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 2, 2024

Hi Jac - Welcome to the Atlassian Community!

You will not be able to do this out of the box. You can create a custom field based on a group. But you can't control the assignee based on people in the group. You might be able to do that or get close with the ScriptRunner Behaviours plugin though. 

Jac Barac October 3, 2024

Hi John,

 

Thank you for your answer. 

I know this cannot be done out of the box and will require some scripting. I'm just looking for some guidance on how it would be best to approach this, in broad strokes. 

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 3, 2024

I think you will need to try with the Behaviours app. That's the only thing that I know of that will even come close. 

Jac Barac October 4, 2024

Thank you for your reply John! much appreciated

 

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 4, 2024

You are welcome!

0 votes
Joey
Atlassian Partner
October 3, 2024

Hi @Jac Barac, welcome to the Atlassian Community!

In Jira, tasks can only be assigned to a single assignee. However, if you need to assign a task to multiple team members, you might want to install a plugin that supports this feature.

I recommend you should try our TeamBoard ProScheduler plugin, which is available for both Cloud and DC. It allows you to assign tasks to multiple members, set specific work hours for each, and schedule a task multiple times don't need to duplicate tickets.

Feel free to check it out! If you need any help, you can reach us at atlassian@devsamurai.com or book a live demo for help.

 

Jac Barac October 3, 2024

Hi @Joey

 

Thank you for your answer. 

The issue is not assigning a task to multiple people but rather having multiple teams working in the same Jira project, and using "assignment groups" to differentiate who should pick up a task. 

While it's a very nifty plugin you have there, I don't think it answers my specific problem.

Thank you again for answering. 

 

Joey
Atlassian Partner
October 3, 2024

Ah, I got your point.

 

I'm not sure our other plugin TeamBoard TimePlanner fully aligns with your needs, but feel free to reference our solution:

  • You can create multiple teams within the plugin, with members able to belong to one or several teams.

CleanShot 2024-10-03 at 17.44.18@2x.png

  • To assign a task to a specific member, you’ll need to navigate to the team they are part of.
  • On the team board, you can filter tasks by project, status, etc, then drag and drop tasks to assign them to team members. Or create new task directly on the board

CleanShot 2024-10-03 at 18.00.04@2x.png

  • You can able to view all team schedules on a single board to identify who is responsible for each task.
Like Jac Barac likes this

Suggest an answer

Log in or Sign up to answer