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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.