Creating dashboard filter for multiple date range

Piseth Chhoeuy May 20, 2022

I'm looking to create a dashboard in Jira that allows a user to filter by sets of date ranges without having to use JQL each time they need a new date range.

 

We currently have the Rich text plugin installed but I can't seem to figure out if it's possible to do with this plugin/gadget.

 

For example, on the dashboard, a user could go in a select a filter for project x, and see tickets that were created for one set of date range, then have the option to choose another set of date range and so on. As a JQL query it would look something like:

((created >= 2022-01-01 AND created <= 2022-01-07) OR (created >= 2022-02-01 AND created <= 2022-02-07) OR … and so on) -> showing the first week of each month.

0 answers

Suggest an answer

Log in or Sign up to answer