Agent WorkflowsA field guide by Doruk
CLI & package

Jira Markdown Exporter

Export Jira Cloud issues into deterministic Markdown and a result receipt.

doruksahin/jira-markdown-exporter
01 / Input

Jira Cloud read access, issue keys or a JQL selector, an output directory, and a built-in or caller-owned output profile.

Jira Markdown Exporter

CLI & package
02 / Output

Markdown files under the selected output layout, with a receipt recording provenance, warnings, and failures.

When to reach for it

Use it when a tool needs a readable Jira snapshot, selected by issue keys or JQL.

How it works

The exporter reads Jira, normalizes the issue data, and renders it through the chosen profile. It is a one-shot process with an explicit output directory.

Trace this to the source ↗
Where its responsibility ends

The exporter is read-only against Jira. It does not own a consumer’s task packet layout or save packets into the shared store; jira-to-packet composes those steps.

Setup & first use

The README includes exact-version installation and an offline synthetic demo from a source checkout. Use the demo before configuring real Jira credentials.

Open the owner’s instructions ↗
Exact files & reviewed version

This explanation follows the recorded source snapshot reviewed on 17 September 2026.

7e71b3fa34f8bf7ca9b7168981034d1e80de0005

Public repository.