Summary
GitHub has released Issue Fields — structured, typed metadata at the organization level — into public preview for all organizations (GitHub.com and GitHub Enterprise Cloud).
Reference: Issue fields are now in public preview for all organizations
What are Issue Fields?
Issue fields allow organizations to define typed metadata (e.g., Priority, Effort, or any custom field) at the org level. These fields automatically appear on every issue, in every repository within the org.
Supported field types:
- Single select
- Text
- Number
- Date
Key capabilities:
- Pin fields to specific issue types
- Search and filter issues by field value
- Add fields as columns in project views
- Track changes in the issue timeline
- Automate via REST and GraphQL APIs or webhook events
- Visibility controls: orgs can decide which fields are visible to non-members
Config location: Settings > Planning > Issue fields
Every organization automatically gets four default fields out of the box.
What to support
- Explore using Issue Fields in the PSModule org to replace or supplement labels for structured metadata (e.g., priority, effort)
- Consider automating field values via GitHub Actions workflows using the REST/GraphQL API
- Review whether the Copilot migration skill can help bulk-migrate existing label values to fields
References
Summary
GitHub has released Issue Fields — structured, typed metadata at the organization level — into public preview for all organizations (GitHub.com and GitHub Enterprise Cloud).
Reference: Issue fields are now in public preview for all organizations
What are Issue Fields?
Issue fields allow organizations to define typed metadata (e.g.,
Priority,Effort, or any custom field) at the org level. These fields automatically appear on every issue, in every repository within the org.Supported field types:
Key capabilities:
Config location:
Settings > Planning > Issue fieldsEvery organization automatically gets four default fields out of the box.
What to support
References