Is there a gadget to show report of issues of certain types assigned to users

mikola113 August 17, 2017

I've been asked to create a gadget that enables me to select certain issue type and show issues of that type assigned to users. So let's say I have an issue type called IIP. I want to see a report of who has been assigned what issue of type IIP. Is there a ready gadget out there that can do something like that or will I have to develop it myself?

1 answer

1 accepted

1 vote
Answer accepted
Tarun Sapra
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 17, 2017

Just enter the JQL -

project = X and type = "IIP"

In the search results you can see/add the colum "assignee" 

Then save this search as an filter and then display this filter using the "Filter results" gadget on the dashboard. And in the gadget configuration ("Columns to displayrequired")  select the column "assignee" .

mikola113 August 17, 2017

Thanks a lot, Tarun. That does just what I need. Can't understand how I could miss that.

Suggest an answer

Log in or Sign up to answer