Forums

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

How to reflect in JQL a range (1-50) from custom field.

Alex Shirokov
Contributor
May 26, 2023

Hi Gurus! 

I need to create a filter that will show issues that have a value in the custom field (Ranking) from 1-50. 

Thank you in advance

2 answers

2 accepted

3 votes
Answer accepted
JM Perrot
Community Champion
May 26, 2023

Hello @Alex Shirokov 

Did you try something like that ?

"Name_of_customfield[Number]" >= 1 AND "Name_of_customfield[Number]"<=50 ?

If Ranking is the name of your field :

"Ranking[Number]" <= 50 AND "Ranking[Number]" >= 1

Alex Shirokov
Contributor
May 26, 2023

Thank you very much! 

I do not know why I tried the some script and it did not work for me. 

Now it is working like a charm! 

Like JM Perrot likes this
0 votes
Answer accepted
Manoj Gangwar
Community Champion
May 26, 2023

Hi @Alex Shirokov ,

 

you may try something like this-

project = "My Project" and "Rank Number" >= 1 and "Rank Number" <= 50
Alex Shirokov
Contributor
May 26, 2023

Thank you, Manoj, 

As I wrote above it did not work for me before but now works fine. I presume I screwed on something. 

Like Manoj Gangwar likes this

Suggest an answer

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

Atlassian Community Events