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
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
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Shirokov ,
you may try something like this-
project = "My Project" and "Rank Number" >= 1 and "Rank Number" <= 50
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Manoj,
As I wrote above it did not work for me before but now works fine. I presume I screwed on something.
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.