Forums

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

filter for all issues during a time period

Julia Hoppe August 28, 2019

Hello, I hope someone can help me. I am trying to create a filter for the first half of year 2019. From January 1 to June 30. I want to get a list of all issues of project "PUR" during that period.

I tried this and other suggestions but nothing works :-(

project="PUR" and created >= "2019/01/01" and "Date Created" <= "2019/06/30"

We use Jira v8.0.1

Thank you!!

4 answers

2 accepted

0 votes
Answer accepted
DPKJ
Community Champion
August 28, 2019

This worked for me,

project = SP AND created >= "2019/01/01" AND created <= "2019/07/01"

 Also you might have notices about that I am using July 1 in less then filter so I can fetch issue created on 30th June.

0 votes
Answer accepted
Jack Brickey
Community Champion
August 28, 2019

Project = pur and created >= 2019-01-01 and created <= 2019-06-3

0 votes
Julia Hoppe August 28, 2019

thank you very much for your answers, it works :-)

0 votes
Deleted user August 28, 2019

The below JQL's are working for me.

project = TEST AND Created >=2019-03-27 AND created <= 2019-07-15
or
project = TEST AND Created >="2019/03/27" AND created <= "2019/07/15"
or
project = TEST AND createdDate >= "2019/05/08" AND created <= 2019-05-15

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events