Skip to main content

Module atlassian

Module atlassian 

Source
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 fields payload for write operations.
diff
Structural diff over AdfDocument.
diff_format
Output rendering for the Confluence compare and compare_section tools.
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.