Expand description
Atlassian integration: JIRA and Confluence API clients, ADF/JFM conversion.
Provides bidirectional conversion between markdown with YAML frontmatter and Atlassian Document Format (ADF), plus Atlassian Cloud REST API clients for JIRA and Confluence.
Modules§
- adf
- Atlassian Document Format (ADF) type definitions.
- adf_
attr_ schema - ADF per-node attribute schemas.
- adf_
hints - Human-readable hints for resolving ADF schema violations.
- adf_
mark_ schema - ADF per-context mark allow-lists and per-mark attribute schemas.
- adf_
schema - ADF content-model schema and structural validator.
- adf_
validated - Type-system enforcement of “validated once before send” for ADF documents.
- api
- Atlassian content API trait and shared types.
- attrs
- Pandoc-style
{key=value}attribute parser for JFM directives. - auth
- Atlassian credential management.
- client
- Atlassian Cloud REST API client.
- confluence_
api - Confluence Cloud REST API v2 implementation of
AtlassianApi. - convert
- Bidirectional conversion between markdown and Atlassian Document Format.
- custom_
fields - Resolves frontmatter custom field values and body sections to a JIRA
fieldspayload for write operations. - diff
- Structural diff over
AdfDocument. - diff_
format - Output rendering for the Confluence
compareandcompare_sectiontools. - directive
- Generic directive parsers for JFM.
- document
- JFM document format: YAML frontmatter + markdown body.
- error
- Error types for Atlassian operations.
- jira_
api - JIRA Cloud REST API v3 implementation of
AtlassianApi.