marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
220 stars 34 forks source link

AND and OR #89

Open eddiebryce opened 9 months ago

eddiebryce commented 9 months ago

After scrolling the documentation to try and find out how to build a query us OR instead of AND, I gave up and used the JIRA JQL builder to give me the answer. So to save others time I could suggest popping that into your documentation (apologies if it is already there)..

To use 'OR' in a query use

IN ('status 1','status 2')