I want to filter out Jira tickets that are based on the due date so that I will only see tickets that are due within 6 months.
Is there a way to set up this filter?
Hi @Dominic Mercorelli ,
yes there are ways to achieve such a goal. However may I ask a few questions?
in case you simply want a filter, and assuming when you say 6mos you mean issue due in <= 6mos, then the following should point you in the right direction...
project in (a, b, c) and resolution is not empty and duedate <= startofmonth(+6)
The above filter will find any issues where the resolution has not yet been set for projects A, B, or C where the due date is within a six month window including the current month. As I said this is a start but if it doesn't hit the mark pleas provide more details.
To answer your questions, this is a team-managed project. Also I am looking for a filter that I can reference time to time, but also see it in a dashard by using filter results gadget
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.