I want to built a Filter by the options of a MultiselectField, but I get tje following answer: Field 'MultiselectField' does not exist or you do not have permission to view it. Please can anyone help me?
Hello @c_ermeier ,
Good day! Welcome to Atlassian Community :)
Inorder to create a Filter by the options of a Multiselect field, the query will look something like this:
Query: project = ABC and "TEST[Select List (multiple choices)]" in ( x,y )
where: ABC is the name of the projecy
TEST is the multi select custom field
x,y are the options of the custom field
There could be several reasons why you are encountering the error:
You can check the above and see if that helps.
Thank you!
Hi @c_ermeier
Below are the steps you can follow.
Step 1: Make sure your Multi-Select Field is configured correctly.
Step 2: Make sure that the field is mapped to the correct screen design
Step 3: Make sure you have the permission to access the project and edit the field value to test the same.
Step 4: Once everything is in place, type the following JQL and hit enter.
(Note: In the above example, the name of the field is "Multi Select" and the field values are "Option 1", "Option 2", "Option 3"). Please replace the same with the field name and options configured in your project.
Last Step: Save the filter :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @c_ermeier
Have you created the custom field of multi select and also assign it to the screen where you need it to appear?
Also, could you double check that you have the access to the project as well?
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.