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.

Info

You can open the app JQL menu directly from the app or from the "View all issues" page when using Jira’s native JQL functionality.

Opening JQL from the add-on main page

  1. Choose the JQL option in the drop-down menu:

...

  1. 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”.

...

  1. Additionally, when working with JQL, you have the option to filter by updater:

...

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

...

Code Block
project = ProjectName and assignee=Name

...

  • Select task type, dep project and status

Code Block
project = Development and type in(Bug, Task, Document) and status in("To Do","In Progress","In Review")

...

...

Opening JQL from the "View all issues" page in Jira

  1. Open Filters ➡️ View all issues.

  2. Click on the "Apps" button and select "Get changes (by Issue History)”.

  3. Allow to redirect.

  4. You'll get all your changes according to the "View all issues" JQL.

...

Info

Helpful materials 📘

Use advanced search with Jira Query Language (JQL)

Advanced search reference - JQL functions

...