Hello,
hope you're doing well.
I want to create a filter that shows me the recently added user storys to a release (fixVersion)?
Why?
Because I want to monitor releases so that no user story can be added / removed without my consent.
JQL:
project = "name" AND type = Story AND fixVersion = "R8" AND ....
I don't find the correct keyword (Is it added?)
Looking forward to your answers.
Kind Regards,
Philipp
First it is important to understand that the ability to set the fix version is controlled by the resolve issue permission. Generally speaking the fix version is intended to indicate in which version the issue was addressed. This explains the association with the resolve issue permissions.
Second, and generally speaking, managing of release content is managed at the board level. So possibly setting the schedule issues and manage sprints permissions might help with controlling a releases content.
Now to your specific request about JQL maybe you could consider something like below. Obviously you can choose your various date boundaries to attain your specific needs.
AND fixVersion was empty BEFORE startOfWeek() and fixVersion is not EMPTY
We should be able to use the CHANGED function for that:
fixVersion changed to "R8" AFTER <date>
... Something like that? :)
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.