We are trying to setup a releases page for our management and operations team that will display what has been release to live on a week-by-week view. When we move our JIRA issues to resolved that our indication that the issue has been deployed to live, however the query based around the Resolution field won't let us fix the date in the query. We cannot use the -1w type searching as this will move and float with the date, the idea behind the concept is that we can use these pages to look back over any time to establish what went live during a certain week. I've done a fair amount of googling and cannot seem to see anything suitable. Wondered if anyone else had a similar experience / answer?
Any reason why you aren't using Versions to track this information? Seems like that would be the most straight forward/organized way. :)
I hope I understood what you said.
To get a certain week:
resolved >= 2015-05-10 AND resolved <= 2015-05-15 ORDER (WEEK 33)
To get current week:
resolved >= startOfWeek() and resolved <= endOfWeek()
BR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.