This Raycast extension lets you quickly find Jira issues, projects, and boards. This version is forked from the JIRA search extension built by sven to work with JIRA server instances.

@project syntax.#issueType syntax.!status or !"my fancy status" (use double quotes if status contains spaces) syntax.%email or %"full name" (use double quotes if assignee contains spaces) syntax.pdf export @dev @it #bug #story to find all issues which contain words starting with "pdf" and "export" and which are in the "DEV" or "IT" project and which are of type "Bug" or "Story."DEV-1234).Note: This extension does not provide an issue preview or issue editing like the built-in extension – it is totally focused on quickly opening Jira entities in your browser.
To connect the extension to your Jira instance you need to fill the following preferences:
mycompany.atlassian.net or with a base URL like mycompany.atlassian.net/baseUrl/jira.If you JIRA instance uses a self-signed certificate, you can enable Unsafe HTTPS in the extension settings to stop network errors from occurring.
Search Issues and Open Issues.Open Issues always uses the current user as assignee and ignores assignee defaults.@project, #issueType, !status, and %assignee override defaults for that field.