Hi everyone,
I am fairly new to using Jira, so I was looking to see if I could define a dynamic filter which would split my dashboard per quarter?
Looking to do this for a two dimensional filter gadget.
Thanks!
You can create a filter that limits the results to issues related to a certain date range. For example:
project = XYZ and created >= 2019-01-01 AND created <= 2019-03-31
Save that search result as a filter, create a dashboard for "issues in Q1", and use that filter there. Then, next year, just change "2019" to "2020" in the filter.
I know, that's not dynamic like you asked for. Jira does have some built in dynamic functions, like:
created >= startOfYear()
But I don't know of any dynamic functions for quarters of the year.
Hope this helps!
Rachel Wright
Author, Jira Strategy Admin Workbook
Thank you. it's not dynamic, but it'll do the job :) have a great day!
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.