I am currently working on a tool with node js to migrate issues from Jira server to Jira cloud.
Description of issues on Jira server is a combination of text, table and colours etc.
Is there a way to convert text to Atlasian Document Format with node modules ?
Sample description as below,
{color:#00875a}text description {color}test
{color:#00875a}texccccct description {color}test
||Heading 1||Heading 2||
|Col A1|Col A2|
Need to convert this to ADF. This is just a sample data there can be more variations.
Please suggest