I want to filter with two labels, how to do
Thank you
Sample : status = "In Progress" and labels in (Accueil_DIF_Qualif) and labels in (INFRA)
is that correct ?
Hi bruno and Welcome,
You can use the following query:
status = "In Progress" AND labels IN (Accueil_DIF_Qualif, INFRA)
Which means retrieve any "In Progress" issue which contains either Accueil_DIF_Qualif or INFRA or both at the same time
Note the coma to separate different values
Regards
Hey @bruno.florino.ext - Did this solve your problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Service Management
These short, self-paced courses will help you get up and running in Jira Service Management in just 90 minutes.
Learning Path
Adopt ITSM practices with Jira Service Management
Use this path to build your IT Service Management knowledge and earn an Atlassian certification.
Setting Up ITSM Projects in Jira Service Management
This training series helps you get started in Jira Service Management quickly with the new ITSM project template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.