Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a filter that shows the recently added user stories for a release (fixVersion)?

Philipp Tandler
Contributor
October 19, 2021

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

2 answers

0 votes
Jack Brickey
Community Champion
October 19, 2021

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

0 votes
Daniel Hostrup Eriksen
Community Champion
October 19, 2021

We should be able to use the CHANGED function for that:

fixVersion changed to "R8" AFTER <date>

... Something like that? :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events