Hi Everyone,
I am trying to create a jql that will return me a specific week for the last year. I am hoping to use that JQL in order to create several API calls to list the worklogs of the last year (52 weeks) per week, I will use this to power a report of worklogs per user per week
I have tried to get the worklogs of "last week" but i still failed worklogDate >= startOfWeek(-1) AND worklogDate <= startOfWeek()
Could you help me?