Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How do I query for multiple labels? #150

Open
iancullinane opened this issue Dec 5, 2024 · 1 comment
Open

[Question] How do I query for multiple labels? #150

iancullinane opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@iancullinane
Copy link

My attempts to query on multiple labels keep failing. I either get invalid syntax or the table/list does not populate at all.

I tried a few kinds of syntax such as wrapping in quotes, comma delimited, inside of parentheses, and probably others. None of them worked.

Additionally and not sure where the problem falls, but I used labels in Jira like #s/my-label where s is part of my obsidian indexing system. I had to put these in double quotes and was not able to do more than one like other queries.

@iancullinane iancullinane added the documentation Improvements or additions to documentation label Dec 5, 2024
@0phoff
Copy link

0phoff commented Dec 17, 2024

You queries are regular JQL, so you can look at their documentation.

For multiple values, usually the query looks something like ... AND labels in ("value 1", "value 2") (or use NOT IN for the inverse).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants