Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a filter for due dates within 2 weeks?

Laura Thorsvik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 29, 2023

Wondering if you could help me learn how to create a filter to identify items that have a deadline two weeks away (in the future). While we routinely track items that have passed their due date, I'd like to start tracking in advance of the due date so I can provide friendly reminders to my team to address items with due dates coming in the near future and avoid missed deadlines.

Specifically, I'd like to create a filter with the following requirements:

  • Specific Project
  • Specific item (i.e., training gaps)
  • Status is not Closed
  • Only include those assigned to team members that roll up to me
  • If Gap Training Due Date is within 2 weeks 

Thank you for your guidance!

2 answers

2 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2023

Hi @Laura Thorsvik -- Welcome to the Atlassian Community!

Adding to the other answers provided, Atlassian provides some free online training for using JQL to answer questions like yours.  Please look here for more information:

https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql

Kind regards,
Bill

0 votes
Answer accepted
Laurie Sciutti
Community Champion
June 29, 2023

Hi @Laura Thorsvik ~ not sure how you're tracking training gaps and team members but this JQL should get you started:  

 

project = XXXX and statusCategory != Done and duedate <= 14d

 

For training gaps. if you're using a specific issue type (or Component or Label), include that with an "AND" statement in your JQL.  As for team members, you can use "assignee = user1, user2, etc" or better yet, if you are using groups, you can "assignee in membersOf("group name")".

 

HTH.

Trudy Claspill
Community Champion
June 29, 2023

Note this syntax is incorrect:

"assignee = user1user2, etc"

The correct syntax is:

assignee in (user1, user2, user3)

Like Laurie Sciutti likes this
Trudy Claspill
Community Champion
June 29, 2023

@Laura Thorsvik 

Adding on....

You can find more information about constructing search filters here:

https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/

If you are new to Jira you may find using the Basic Search view is the most helpful initially. It presents some of the fields that are commonly used in search and lets you select what you want those values to be. To find other fields to include in your search, click the + More button

Screen Shot 2023-06-29 at 12.25.11 PM.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events