Hi all,
I wonder if anyone could help me with a JQL query that will look for issues (epics,tasks, stories etc) that are being worked on between now and the next 3 months.
Any help woudl be appreciated :)
Hey @Marvo Barker ,
The JQL would be the following:
project = xxx AND issueType = epic AND issuetype = task AND updated > startOfMonth(-3)
I hope this helps you :)
Kind Regards,
Ashley Hudson
FYI: This is searching for issues that are updated from the past 3 months but if you want the next 3 months then do +3 :)
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.
if i want it to be from jan 1st to jan 31st? what do i type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.