In my project, there is a custom field called "Build". This field contain a value like below
"Front-End-Version-3.3-555"
"Front-End-version-3.3-556"
and in further increments , 557, 558, 559... and so on.
Now, if i want to find builds between say "Front-End-version-3.3-556" and "Front-End-version-3.3-559", how do i search for all items?
Assuming Build is a select list field. If you want to search between "Front-End-version-3.3-556" and "Front-End-version-3.3-559", you need enter all the build numbers like
bulid in ("Front-End-version-3.3-556", "Front-End-version-3.3-557","Front-End-version-3.3-558","Front-End-version-3.3-559")
As Custom field options are string values, you can't search like option (abc1 to abc5)
I tried using above method, but looks like "IN" operator is not available for builds field. The only allowable operators are ~ !~ is is not
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do you mean , you are using text field . If you are using text field, you can't use = or in operator ~ , !~ , is , is not operators only
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.
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.