Hey guys, I am trying to automate comments in Jira with n8n using markdown that comes from a python script but when I execute the workflow the Result is not what I expected.
I expected to have a comment with markdown syntax but instead it writes common text with markdown tags
The result is this


Information on your n8n setup
-
n8n version: 0.166.0
- running n8n with npm
Hey @BrunoTeixeira1996, welcome to the community 
Looks like you have already raised a feature request for this (make sure to also vote on it to make it count):
I think until this is implemented you would need to use the HTTP Request node instead to manually build your API requests sent to Jira 
1 Like
Hi @MutedJam ,
Thanks for pointing me to the HTTP Node,I will try that and probably going to paste here the solution if I make it work.
Do I need 3+ votes to my Feature Request be a valid Feature?
1 Like
Hey @BrunoTeixeira1996, no, all feature requests are valid 
However, the votes help our product team as well as community contributors prioritizing their work.
1 Like