Disable ticket watching on creation via Jira Node

Describe the problem/error/question

When creating a ticket using the Jira node, I am automatically set as a watcher.

On the api documentation page, there is an option, but it is defaulted to true.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put-request-Query%20parameters

How can I set this to false on ticket creation?

Information on your n8n setup

  • n8n version: Latest
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud

Hi @n1isaac, n8n’s Jira node does not currently allow you to override this parameter. So my suggestion here would be to simply remove yourself as a watcher after creating a ticket through the HTTP Request node.

For example like so:

Let me know if you run into any trouble with this :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.