JQL query to list the tickets between date range by passing dates as argument

sunil April 1, 2019

JQL query to list the tickets between date range by passing dates as argument ,example search for tickets between 1/Mar/2019 till 13/Mar/2019  and then 20/Mar/2019 till 29/Mar/2019

1 answer

1 vote
Alexey Matveev
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.
April 1, 2019

Hello,

I guess your query would be like this:

(created > "2019-03-01" and created < "2019-03-13") or (created > "2019-03-20" and created < "2019-03-29")

sunil April 5, 2019

Hi Alexey,

 

THanks for information ,could you help me to tell the way for selecting start and end date dynamically i.e. from calender or any two two dates on user's input

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events