When I am using the "assigned to me" gadget, it's a long list of all tickets. I want them to be separated according to the projects they belong to. How can I achieve it?
Hi @sayyid.irfan and welcome to the Community!
The assigned to me gadget is in fact a filter results gadget with a predefined filter saved filter behind it, that more or less comes down to this:
assignee = currentUser() AND resolution = Unresolved
In filters / view all issues, take the above search and save it for yourself as e.g. "My open issues"
On your dashboard, select a gadget that allows you to group issues. That may be a pie chart, where you can add project as the dimension to slice the pie. Add your new filter as the data source for the gadget.
Hope this helps!
Thank You, It helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.