Forums

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

What filter condition is used in "View in Issue Navigator" filter under Release module

Vinod Madhappan April 21, 2020

Hi Team,

I would like to know what filter condition is used by default in "View in Issue Navigator" filter under Release module as highlighted in RED in below screenshot.

In my project this is the condition used.

"project = XXX AND fixVersion = XX ORDER BY priority DESC, key ASC"

Would like to know whether by default fix version will be used here or it is defined by Project administrator.

If its defined by project admin, can we change it to affected version.

Screenshot 2020-04-21 at 9.16.52 PM.png

1 answer

1 accepted

1 vote
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 22, 2020

Hello @Vinod Madhappan

Welcome to the Atlassian Community!

The default query displayed when you click in the link "View in Issue Navigator" under the release version can not be changed for something else.

The reason to display the Fix version in the query instead of Affected version is that the "View in Issue Navigator" link is configured to display the exact information displayed on the release page, which is related to the issues/tasks you are currently developing (Fix version). Better explaining:

As described in this documentation, the Affected version field is used to display the version in which a bug or problem was found, while the Fix version field displays the version where you plan on releasing a feature or bugfix to customers. 

That being said, you can easily modify that query to return the Affected version and save it as a different filter. P.S: To relate the query to the last release or earlier unreleased affected versions, you can use the parameter latestReleasedVersion() and earliestUnreleasedVersion() in the filter query, as the example below:

project = 10000 AND affectedVersion = earliestUnreleasedVersion() ORDER BY priority DESC, key ASC

Let us know if you have any questions.

Vinod Madhappan April 23, 2020

Thank You @Petter Gonçalves 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events