Describe the issue/error/question
I would like to add an internal comment to Jira Service Desk. Internal comments are only visible to service agent users, not to customers. However, if I use the default Jira node with the Add Comment action, I can only add a public comment. According to the following StackOverflow answer, adding an internal comment is possible using some additional JSON:
{
"properties": {
"key": "sd.public.comment",
"value": {
"internal": true
}
}
}
However, it seems to be impossible to add additional options / JSON to the respective Jira node. Any idea how this could be achieved?
What is the error message (if any)?
N/A
Please share the workflow
Share the output returned by the last node
N/A
Information on your n8n setup
- n8n version: 0.168.2
- Database you’re using (default: SQLite): n8n.cloud
- Running n8n with the execution process [own(default), main]: n8n.cloud
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: n8n.cloud