I want to create a filter with drop down values such as issue type in this case what i want is being able to select multiple issue type as per need.
Yes. U mean you want select multiple options only right
you can try below
customfieldvalue in ("option1","option2","option3")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project in (PROJECT1,PROJECT2) and issuetype in (bug,Task) and "Type of Request" in ("OPTION1","OPTION2")
here type of request is customfield name. you can replace with your custom field name and options.
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.