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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.