The idea is:
Adding support to ADF (Atlassian Document Format) in Jira Node
My use case:
This is realy helpful for me since I want to make some comments using n8n Jira node but with markdown syntax and not only normal text.
I think it would be beneficial to add this because:
Because its a better way to see text
Any resources to support this?
- n8n/Jira.node.ts at c0611a0b81e79a6b46693910480f3f6a06f2d921 · n8n-io/n8n · GitHub
- https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/
- I was checking Jira documentation and the only thing its missing is the
marks
field in the response body - This could help Document builder
- Jira uses everything n8n uses + this
"marks": [
{
"type": "strong"
}
]
Are you willing to work on this?
I have no knowledge on working with TS so I cant realy help