Forums

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

result after use versionMatch

CHEN How October 21, 2021

I have 2 fixVersions:

  1. A_XXX
  2. B_A_XXX

some issues assigned with fixVersion A_XXX, some issues assigned with B_XXX

Then I use fixversion in versionMatch("A_*") to filter the issue, but the issues, which assign with fixVersion "B_A_XXX" can be displayed as well.

How can I only filter the issue assign with "A_XXX"

1 answer

1 accepted

0 votes
Answer accepted
Prashant Sultania
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2021

Hello @CHEN How 

You will need to use the full name of the fixversion to get the exact output because both the fix versions has the same name. 

fixVersion IN (B_A_123) OR  fixVersion IN (A_123)


Let me know in case of any further help.


Thanks,
Prashant Sultania

Note: Upvote, Like or Accept Answer if it resolves your query

CHEN How October 21, 2021

but I would like to only display, eg:

  1. A_001
  2. A_002
  3. A_003

but not display:

  1. B_A_001
  2. B_A_002
  3. B_A_003
CHEN How October 21, 2021

I find below JQL works for me:

fixVersion ~ "A_*"

Like Julian Abela likes this
Prashant Sultania
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2021

Hello @CHEN How 

I have edited the above command. 

Yes, you can use following below format to view the fixversions related to (A_) only.

fixVersion ~ "A_*"

 


Filter.png

Let me know in case of any further help.


Thanks,
Prashant Sultania

Note: Upvote, Like or Accept Answer if it resolves your query



Like Julian Abela likes this
CHEN How October 21, 2021

thanks, yes, it works

Prashant Sultania
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2021

Thank You for the validation. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events