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?
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" .
Thanks a lot, Tarun. That does just what I need. Can't understand how I could miss that.
It looks like you're new here. Sign in or register to get started.