Hello,
I'm trying to setup user-specific dashboards so that everyone would see just their tasks assigned and could directly see their priorities in the personal dashboard, i.e person A has 10 tasks so in his personal dashboard he will see 10 tasks and then could go ahead and choose which to start with according to their priority.
This part is going well but I also want to be able to see their dashboards and edit if needed. This part is not going well because when I go to person A dashboard, I still see the gadget "assigned to me" and therefore I see my own tasks instead of person's A.
Could anyone advise what is the solution for this? Are there any mote suitable gadget to solve this issue? Maybe there are any settings that I should take into consideration?
Appreciate the support!
Regards
Hi. Assign to me use the jql function currentUser(), and current user is the the logged user accessing the query.
You would need something as a pie or list issues gadget per assignee to see tasks for everyone. Try to use aditional conditions in the query so you don't have to see all issues in the instance, and only your teams like
assignee in membersOf("yourGroup")
Also, you can ask them to share with you the results of the JQL with a screenshot or an email notification. But, assign to me won't work
One possible solution is you can advise your team to create a dashboard with the widget "Assigned to Me" on it and then ask them to share the dashboard with you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.