Last active
September 11, 2024 15:12
-
-
Save gelldur/7aa5e3d629bb5b7d151dafc781d66d02 to your computer and use it in GitHub Desktop.
JQL filter (Jira filter) For what I was doing in last 2 weeks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assignee was currentUser() during (startOfDay(-2w), now()) AND updated >= startOfDay(-2w) AND ( resolutiondate is EMPTY OR resolutiondate >= startOfDay(-2w) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment