Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to count how many times the ticket is assigned to the same assignment group

Godigamuwa, Kalani
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!
June 17, 2024

I'm trying to create a dashboard to show how many times each ticket has been assigned to the selected Assignment group (Project under group)

 

Example: EUS-363 ticket has been assigned to group A, and then to Group B and again back to Group A. In the dahsboard of Group A it will be shown twice as it was assigned to Group A twice.

 

Can this be done in JSM?

2 answers

0 votes
Duc Thang TRAN
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.
June 18, 2024

Hello @Godigamuwa, Kalani 

It's not a perfect solution, but I can suggest this if you only have 2 groups to monitor.

It can be done via Automation, and you'll need a Jira admin to create 2 fields of type number ("Assignee Time Group A" and "Assignee Time Group B").

For the automation, here's an example for the first group. You'll need to create more if/else conditions.

Trigger: When the value of Assignee Group changes

  • If: {{issue.Assignee Group.name}} contain Group A  AND {{issue.Assignee Time Group A}}   is empty
    • Then: Edit {{issue.Assignee Time Group A}} = 1
  • If: {{issue.Assignee Group.name}} contain Group A  AND {{issue.Assignee Time Group A}}  >= 0
    • Then: {{issue.Assignee Time Group A}} = {{issue.Assignee Time Group A}} +1

2024-06-18 17_28_17-Audit log - Automation - Customer service - Jira.png

 

Hope this can help you :)

0 votes
Susanna Babayan
Contributor
June 17, 2024

I'll let others speak for themselves, but what I have seen before is counting how many times the tickets have been transitioned. so if you have a separate transition per group, you could potentially count how many times the ticket has been assigned to a certain group. but I'd suggest trying this in a test environment first

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events