← Glean-ia-acs Β· Day 17 of 56
Level 200 β€” Foundations30 minNIST MAP

Per-App Search: Jira

Facets for project, priority, assignee, and sprint

You'll be able to

Read first

Day 3 Lab

  1. Run app:jira project: plus a project key. Note how much it narrows.
  2. Add priority:high to keep only the urgent items.
  3. Add assignee: to scope to one person.
  4. Add sprint: to limit to the current iteration, then read the count.

Working Example: Jira Facets

Jira indexes work items by structured fields; app:jira selects the source and each facet matches a Jira field. Verified against datasource_filters.

app:jira project:ATLAS
  β†’ every Atlas ticket β€” too broad

app:jira project:ATLAS priority:high assignee:@raj
  β†’ only Raj's high-priority Atlas tickets

app:jira project:ATLAS sprint:"Sprint 7" priority:high
  β†’ high-priority Atlas tickets in the current sprint β€” a standup-ready list

Lead with project: because it is the highest-cardinality split in most Jira instances β€” one facet drops you from the whole backlog to one team's board, and every facet after that refines a much smaller set. Verified against datasource_filters.

Check for understanding

Why is project: usually the first Jira facet to add?

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. What does a built-in Glean Skill bundle together?

2. In a busy Slack channel, which facet pair pins a message fastest?

3. What does `app:jira project:ATLAS priority:high assignee:@raj` return?

4. Why does a Confluence `label:` facet help you find the canonical page?

5. Which Salesforce facets together build a 'large deals closing this quarter' shortlist?

Pass threshold 80% Β· week 3 quiz

In 10 seconds

β€œJira speaks in project, priority, assignee, sprint. app:jira project:ATLAS priority:high assignee:@raj finds Raj's urgent Atlas tickets without leaving search. Lead with project β€” it scopes the noise away first.”

Next Β· Week 3 Day 4
Per-App Search: Confluence