Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Please pay attention! Users without access to the private project can see the sensitive information in JQL.

Choose the JQL option in the drop-down menu:

image-20240111-035110.pngImage Removedimage-20240525-004112.pngImage Added

You’ll get a window with a field where you can enter a JQL you need.

Click on the “Apply” button to get the result in the main report; to return – choose “Close”.

cd3dffb5-7b01-47d0-a90c-604057f2bea0.png

The JQL you get by default returns the list of issues created in the last 10 days:

Code Block
created > startofday(-10) order by created DESC

Other JQL examples:

  • Select project and user:

Code Block
project = ProjectName and assignee=Name
image-20240111-034904.pngImage Removedimage-20240525-004640.pngImage Added
  • Select task type, dep and status

Code Block
project = Development and type in(Bug, Task, Document) and status in("To Do","In Progress","In Review")
image-20240111-034749.pngImage Removedimage-20240525-004826.pngImage Added

Info

Helpful materials 📘

Use advanced search with Jira Query Language (JQL)

Advanced search reference - JQL functions

Haven't worked with this add-on yet, you’re welcome to try it ⬇

https://marketplace.atlassian.com/apps/1220385/issue-history?hosting=cloud&tab=overview&utm_source=Confluence&utm_medium=refferal&utm_campaign=Documentation_How-to-filter-with-JQL