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
I am having issues developing an advanced JQL string for purposes of isolating stories due within a giving month. I can get my order of operations correct but looking to see if I can segment out by future months and if there is a date format component I need to insert into the endofMonth() function.
Hi @Josh Kitterman ,
what do you mean by due within a giving month.
next 30 days or next month or current month.
you can try below queries as per your requirement
if next 30 days - duedate < 30d
by current month - duedate < endOfMonth()
by next month - duedate < endOfMonth(1)
due date in next month - duedate < endOfMonth(1) and duedate > startOfMonth(1)
Thanks for that Sreenivasraju! Gave me part of the JQL I was looking for and adapted from there!
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.