I have created two dashboards in which I only want to display my to-do tasks by due date in one dashboard field and in the other dashboard field I only want to display the tasks that are in progress, also sorted by due date. Is there a way to do this using the dashboards in conjunction with the search filters that have been created? Or is there a simpler, better or more ideal solution?
A dashboard in Jira is a page with one or more pre-configured gadgets on it.
You don't use saved filters on dashboards directly, but a lot of gadgets do use them as the place to get the list of issues they are going to display for you from.
So, the question becomes what gadgets are you (going to be) using for your displays of to-do tasks by due date and the other of in-progress?
Assuming a really simple case with some obvious assumptions about your case, I would create two saved filters:
Then add two simple "filter list" gadgets to the dashboard, selecting one filter for each.
or Project = XYZ and and statusCategory = "In Progress" order by duedate
This way you would capture all (if applicable) statuses that are in the "In Progress" status category.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, there's lots of power in the searches! I kept it simple and locked to the example, but I will admit that since statusCategory became available, I've used it a lot in building reports on "where are we with..."
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.