Customize dashboard in RTC
I want to customize the project dashboard in such a way that all the team members in the project would see all the defects in open and closed state created by them in their respective dashboards.
There should be a common query which should display the defects according to the rtc user who has logged in.
There should be a common query which should display the defects according to the rtc user who has logged in.
2 answers
Take a look at https://www.youtube.com/watch?v=vb4whBRDl5I. Somewhere after 20 mins is the relevant part to your question.
You'll first need to create the query and share it. Something like;
'Type' is Defect AND 'Created By' is Current User.
Then add a widget to the Project Dashboard using that query. Depending on how you want the information to be displayed will impact the widget you choose, however starting with the 'Work Item Statistics' gives you the option of Bar, Column, Pie or Table.