Commit 725983e
Your Name
fix: handle Jira ADF description format in issue get/update
Jira API v3 returns descriptions as ADF (Atlassian Document Format)
JSON objects. Changed IssueFields.description from Option<String> to
Option<Value> and added recursive ADF text extraction with support for
paragraphs, headings, ordered/bullet lists, code blocks, mentions,
emoji, inline cards, and status nodes. Also fixed comment body preview.1 parent 036cccf commit 725983e
1 file changed
+440
-4
lines changed
0 commit comments