Expand description
Jira provider metadata types for dynamic schema enrichment.
Structs§
- Jira
Component - Jira
Custom Field - Jira custom field definition.
- Jira
Field Option - Option for Jira option/array custom fields.
- Jira
Issue Type - Jira
Link Type - Jira
Metadata - Metadata for Jira project(s), used for dynamic schema enrichment.
- Jira
Priority - Jira
Project Metadata - Metadata for a single Jira project.
- Jira
Structure Ref - Reference to a Jira Structure the integration user can access.
Enums§
- Jira
Field Type - Jira
Flavor - Jira deployment flavor.
- Metadata
Load Strategy - Strategy for choosing which Jira projects’ metadata to fetch
when building the enricher cache. Different deployments need
different selection logic — a 5-project team wants
All, a 1000-project enterprise wantsRecentActivityorConfiguredso the enricher stays inside theMAX_ENRICHMENT_PROJECTSbudget.
Constants§
- MAX_
ENRICHMENT_ PROJECTS - Cap on how many projects the schema enricher walks when building
the customfield union. Higher values trade richer cross-project
coverage for fatter
tools/listpayloads — 30 is empirically enough to surface common agile fields on enterprise instances without overflowing token budgets.