How can i add Previous Month and Previous Quarter to time range filter in Jira project
Hi - are you looking to add the tickets from the previous month/quarter based on a particular criteria (eg. add tickets CREATED in previous month/quarter, add tickets RESOLVED, add tickets where priority was CHANGED, etc)?.
Using tickets RESOLVED as an example, you can include the following clause in your filter query:
Previous month:
resolved >= startOfMonth(-1) and resolved <= startOfMonth()
Previous quarter:
resolved >= startOfMonth(-3) and resolved <= startOfMonth()
Hi Sid, i just want to update duration in a Jira reports for a specific project. manager needs to add previous Month and Previous Quarter to time range filter.
I am looking to add some additional time duration to the report time filter. Currently we have only below which are extended to the Service Project report.
See below on the default time range options I have as on today.
@Gethro Guerrier - do you have more details about the filter that is currently used in this report?
Please see the note above
It looks like you're new here. Sign in or register to get started.