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.
confluence_types
Confluence Cloud REST API wire types (DTOs).
convert
Bidirectional conversion between markdown and Atlassian Document Format.
create
Shared create-from-frontmatter resolution for the CLI and MCP create paths.
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.
inline_comment
Inline-comment drift auditing and re-anchoring for Confluence pages.
jira_api
JIRA Cloud REST API v3 implementation of AtlassianApi.
jira_types
JIRA Cloud REST API wire types (DTOs).
transition_fields
Resolves execute --set-field/--resolution inputs against a transition’s screen metadata into a JIRA transition fields payload, and reports whether the screen accepts an in-body comment.