Skip to content

Chapter 13 of 14

Advanced Jira: Fields, Filters, and JQL

Manage custom fields, contexts, filters, subscriptions, sharing, and precise queries.

48 minutes 10 quick checksBy Subha Prasad
Lesson 13 of 14Course navigation

Lesson content

Read, practise, then check your understanding

Custom fields capture organization-specific data but too many degrade usability and administration. Field contexts limit where fields apply. JQL filters work items by fields, functions, operators, and ordering; saved filters power boards, dashboards, subscriptions, and sharing.

Advanced Jira: Fields, Filters, and JQL illustrated Jira screen

Illustrated training screen. Jira labels and controls can differ between Cloud, Data Center, company-managed, and team-managed projects.

Step-by-step

  1. Search for an existing standard/custom field before creating another.
  2. Define field purpose, owner, type, allowed values, and project/work-type context.
  3. Build JQL incrementally and validate result samples.
  4. Save with a clear name, description, owner, and restricted sharing.
  5. Use subscriptions only when recipients can act on the results.

Worked example

Example JQL:

project = WEB
AND status = "In Progress"
AND priority in (High, Highest)
ORDER BY updated ASC

This surfaces high-priority aging work for review.

Practice task

Recreate the example in a sandbox project, record what you changed, and explain which team decision the configuration supports. Never experiment with production permissions, workflows, or automation without an approved change plan.

Knowledge check

Answer every question correctly to complete this chapter.

Which statement correctly describes custom field?
Which Jira term matches this explanation: A field added for organization-specific data not covered by standard fields.
Which statement correctly describes saved filter?
Which Jira term matches this explanation: A named reusable JQL search controlling views, subscriptions, and boards.
Which statement correctly describes JQL?
Which Jira term matches this explanation: Jira Query Language for filtering and ordering work items.
Which statement correctly describes filter subscription?
Which Jira term matches this explanation: Scheduled email delivery of saved-filter results.
Which statement correctly describes field context?
Which Jira term matches this explanation: The projects and work types where a custom field applies.

0 of 10 checks passed

Your progress is saved on this device.

Advanced Jira: Fields, Filters, and JQL | Jira Lesson | Subha Prasad