I am trying to get the Jira issues solved between 2 dates and save as a filter. Currently, I am using StartOfWeek(-8) for eight weeks earlier start date. The disadvantage is a week later I have to make it to StartofWeek(-9) which is inconvenient to keep track of.
I want to have a filter where I can use StartOfWeek(10) and EndOfWeek(20), for example, which takes the values between Week 10-20 of a year. Any help? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.