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" .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.