I am instruction dashboards to users who participated in multiple projects as a way of see all the issues open to them on different boards. I used assigned to me, but it only shows in progress and to do. How can I get issues that have a status of open (or backlog) to appear in the list?
Hello @Jacquelin Tripp
Which gadget are you using, specifically?
What is the saved filter that you have created for that gadget?
You should be able to create a saved filter like this
assignee=currentuser()
Then use that saved filter in the Filter Results gadget in a Jira Dashboard. The gadget should then show a list of all issues assigned to the user viewing the dashboard, regardless of the issue status or project.
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.
Hi @Jacquelin Tripp ,
Which widget are you using and what is the filter you are using?
You want to make sure your filter is something like the following:
assignee = currentassignee and status in (open, todo, in progress, open, backlog)
Thanks,
Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The gadget is 'Assigned to Me". I am using it on the dashboard. If I filter issues I can see it, but I wanted to be able to create a dashboard and share it.
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.