akhil16/Convert Markdown to ADF
Converts Markdown → Atlassian Document Format and can post it to a Jira issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| md-text | Markdown text to convert | yes | — |
| jira-base-url | Jira base URL (e.g. https://example.atlassian.net) | no | — |
| jira-ticket-id | Jira issue key (e.g. PROJ-123) | no | — |
| jira-username | Jira username or e-mail | no | — |
| jira-api-token | Jira API token | no | — |
| jira-comment | Custom comment text (defaults to ADF JSON) | no | — |
Outputs
| name | description |
|---|---|
| adf-output | ADF JSON produced from the Markdown input |