Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Request for get information about Count of Assignee in Jira Ticketing System

Huseyin Ozel
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!
July 29, 2025

We are using Atlassian ticketing system Jira.

We need to have information about How many Assignee assigned for a ticket. (Count of Assignees)

Counting for each ticket one by one is not help for us. Because we need to have this information frequently. We are planning to use this information as a column in  Dashboard

3 answers

3 votes
Kai Krause
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.
July 29, 2025

Hi and Welcome, 

you can use on a dashboard the Issue statitics gadget and cosse the type assignee . configure it to your needs 

Screenshot 2025-07-30 081523.png

Its build in . Hopefully it matches your requirements. 

BR
Kai 

0 votes
yoppy rizaldi July 30, 2025

hi @Huseyin Ozel

 

First, you must create a filter for the data that will be displayed on the dashboard.

you can go to the issue in the navbar :

Untitled.png

then you can pick assignee:All in the filter issues :

asd1.png
and you click button save to filter :

asd7.png

create your dashboard in the jira navbar and then you choose Manage Dashboards and then you click button create new dashboard :

asd6.png 

then click "add a new gadget" with the blue text :

asd9.png

 

search gadget two dimention and add gadget :

asd10.png

then you can input your filter in the saved filter colum then search assignee in the column YAxis:

asd5.png

result :

asd11.png

0 votes
Utkarsh Agarwal
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.
July 30, 2025

Hi @Huseyin Ozel 

Welcome to the community!

Default Assignee field only holds one user at a time and doesn’t provide a built-in way to count how many people have historically been assigned to an issue. But you can achieve this natively using Jira Automation with two custom fields.

Here’s how:

  1. Create two custom fields:
    • A Multi-user Picker field (e.g. All Assignees)
    • A Number field (e.g. Assignee Count)
  2. Set up an Automation rule:
    • Trigger: Field value changed → Assignee
    • Condition: All Assignees does not include current assignee
    • Action 1: Add the current assignee to All Assignees using advanced JSON:
    • {

      "update": {

      "customfield_XXXXX": [

      { "add": { "id": "{{assignee.accountId}}" } }

      ]

      }

      }
    • Action 2: Set Assignee Count to:
    • {{issue.All Assignees.size}}


This way, the count increases only when a new unique user is assigned. You can then display Assignee Count in dashboards using the Filter Results gadget.

Hope this helps!

Kind Regards
Utkarsh

Suggest an answer

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

Atlassian Community Events