Expand description
Jira provider implementation for devboy-tools.
This crate provides integration with Jira API for issues.
Supports both Jira Cloud (API v3) and Jira Self-Hosted/Data Center (API v2).
Jira does not have merge requests, so MR operations return
ProviderUnsupported errors.
Re-exports§
pub use enricher::JiraSchemaEnricher;pub use metadata::JiraMetadata;
Modules§
Structs§
- Jira
Client - Jira
Field - Entry from
GET /rest/api/{v}/field— every field (system + custom) available on the Jira instance. - Jira
Field Schema schemablock of aJiraFieldentry. All fields optional — shape varies between system and custom fields and across Jira flavors.
Enums§
- Jira
Flavor - Jira deployment flavor.