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!!
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.
Project = pur and created >= 2019-01-01 and created <= 2019-06-3
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.
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.