Skip to main content

Module metadata

Module metadata 

Source
Expand description

Jira provider metadata types for dynamic schema enrichment.

Structs§

JiraComponent
JiraCustomField
Jira custom field definition.
JiraFieldOption
Option for Jira option/array custom fields.
JiraIssueType
JiraLinkType
JiraMetadata
Metadata for Jira project(s), used for dynamic schema enrichment.
JiraPriority
JiraProjectMetadata
Metadata for a single Jira project.
JiraStructureRef
Reference to a Jira Structure the integration user can access.

Enums§

JiraFieldType
JiraFlavor
Jira deployment flavor.
MetadataLoadStrategy
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 wants RecentActivity or Configured so the enricher stays inside the MAX_ENRICHMENT_PROJECTS budget.

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/list payloads — 30 is empirically enough to surface common agile fields on enterprise instances without overflowing token budgets.