You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi all,
I am looking to release closed tickets within a specific date range. i.e. September, but I am currently on 16th October. I therefore do not want to include Closed tickets from October in this release.
Can anyone assist with how I go about this?
FYI. The following JQL would always find all those which were resolved in the previous month (and not current month) ...
resolved > startofMonth(-1) AND resolved < startOfMonth() ORDER BY resolved ASC
NB: You need to ensure your workflows are setting the "resolution" field whenever transitioning to a "completed" status so that resolved date field isn't empty..
If you're trying to find items against specific "Releases" then you can combine with FixVersion searching - which includes some useful advanced functions ....
When used with the = and != operators, this field supports:
latestReleasedVersion()
earliestUnreleasedVersion()
When used with the IN and NOT IN operators, this field supports:
releasedVersions()
unreleasedVersions()
I hope this helps?
Thanks,
TC.
Thanks TC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Stuart Jarvis - please accept the answer above so that question shows as solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.