I am attempting to write a query that results with issues where two date fields differ from each other (a little variance is fine). I'm not sure how to do it.
Rules:
Problem:
Question:
This is what I've tried so far: (Sprint in openSprints() AND "Start date" >= -14d) OR (duedate <= 14d AND duedate >= -7d AND "End date" <= 14d AND "End date" >= -7d)
The above query has not returned expected results.
@Steve Aretz when I have to prepare complicated query, I always split it into smaller parts. But my first thought is that "Start date" >= -14d does not contain information about start of the sprint. You mentioned "much earlier". Should not it be something like "Start date" <= -30d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.