End date for filter query is filtering wrong. Should be >= start date and <= end date.

sai krishna June 15, 2017

I have implemented this JQL but it is not showing current date issue which i have created  today.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 15, 2017

Could you show us the whole query you are running?

sai krishna June 15, 2017

project = GMOWE AND createdDate >= "2017-03-01" AND createdDate < "2017-04-04" ORDER BY  created DESC

This is the query i am executing where i can not get created issue  2017-04-04 on this date

I am getting beforre date issues that is 2017-04-03

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 15, 2017

Your query says "created before 2017-04-04", not "created on or before 2017-04-04"

Try changing the < to <=, or use 2017-04-05

Suggest an answer

Log in or Sign up to answer