hi, i'm fresh and need help in search that results in tasks opened form 15 day last month to 14 day of current month.
thanks in advance
J
Hi Jaroslaw, try this...
createddate >= 2019-03-15 and createddate <= 2019-04-15
granted this is date specific and you would need to change the month if you are running regularly. Alternatively you could set up the following filter and generate a subscription to mail you on the 15th of each month.
createddate >= -30d
tweak number of days as you see fit.
i do run it every month so some kind of universal JQL would be nice :-)
i'll use it as filter on dashboard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
then the second option is the way to go. at least OOTB.
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.