Hello,
I want to create a filter that gives all tickets created from the 15th of the previous month. This essentially gives a monthly report on the 15th day of each month, as opposed to at the start of every month.
Thanks
@Vivienne Clark Welcome to the Atlassian community
What @Bill Sheboy stated is correct. There is not a way to go back a month and then add 15 days to that with the delivered functionality. You could add createdDate > startOfMonth(-16d) to your JQL. This would give you the 15th for 7 of the 12 months but would be off for any month with less than 31 days. 5 months would have issues from one or two additional days.
Hi @Vivienne Clark -- Welcome to the Atlassian Community!
That is not possible with the built-in features of JQL.
Some possible workarounds are:
Kind regards,
Bill
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.