Is it possible to reflect only 1 team members Jira dashboard KPI's (backlog ready gadget) things of this sort from their larger project board? I am needed to create a Jira dashboard with gadgets but only reflect 1 member from 100+ members. Thank you for any assistance.
@Aubriana Goodwin (TMNA) Welcome to the Atlassian community
We make team boards all the time that allow the user of that board to only see information relevant to them. It sounds like this is what you are after. When you make the board you will need to feed it with the filters that focus on who is using the filter or board. You do this by changing the currentUser() JQL function. Example would be assignee = currentUser()
If you set the filters up this way the data that is fed into the dashboard will only be relevant to the user viewing it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.