Forums

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

add a filter to a custom field

木尧青 November 18, 2021

Because there are about hundreds options for a customfield, I want to add a filter to this field,you can narrow the scope through the filter.So that users can reduce time when filling in this field.

but I haven't found a suitable implementation method. How can I implement it?

Please help me.

2 answers

2 accepted

2 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
November 19, 2021

Hi @木尧青 

You can't add a filter per se to any custom field. However some automatic filtering (of some sort) takes place in certain custom fields, like the single select. If you choose this field and then you start typing the first letters of a value, then you will see that the chosen value of the field will change. Of course this mean that the user must know what to type :/

If you are using a single select field, you could use a cascade select to group your options and narrow down the choices for the users.

木尧青 November 19, 2021

ok,thank you.

1 vote
Answer accepted
Flavien Gache
Community Champion
November 19, 2021

Hi, here is the syntax in JQL : 

Filter = 10002 AND (the rest of your request here)

 

To find the number of your filter, go to the "View all filters page", find the filter you want to reference and hover over it, you should find the number like this : 

 

Screenshot 2021-11-19 at 09.21.13.png

Tell us if it helped !

Suggest an answer

Log in or Sign up to answer