Filter for issues with "target start" in the past

Angelos Xynogalas December 1, 2022

Hi everyone, 

might be a simple question, but somehow all my attempts didn`t bring up a valid result. I want to write a JQL-filter, that shows me all issues (New Features) with "target start" in the past or "target start"-field empty. 

 

Any suggestions? 

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 1, 2022

"Target start" < startofday() or "target start" is empty

Angelos Xynogalas December 1, 2022

Does "<=now()" also works in this case? (for showing the issues with target start in the past)

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 1, 2022

Yep . Note that using the = would not meet the "in the past" requirement. So you may or may not want to leave that operator off.

Angelos Xynogalas December 1, 2022

You are right, good hint :) Thanks for helping me. 

Suggest an answer

Log in or Sign up to answer