Versions Compared

Key

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

Goal

This section shows the instructions to use the JQL function - lookup() to filter projects that belong to the same category.

Pre-requisites

✔️ Create a lookup table
✔️ Lookup Table Edit permission

Demonstration

Jira only allows a project to be in one category. It is not possible for the user to assign multiple categories to a project in JIRA. Lookup Manager gives the user the power to group projects into different categories so the user can quickly filter projects and find what they are looking for.

...

Expand
titleproject in lookup("Project Category Table", "Category", "BUSINESS", "Project Key", "all")

project in [DEV, QA, CS]

...

Other Tips

  1. Save the search as a filter and apply it in dashboard gadget

Learn More