Create a new issue in Jira

Create a new issue in Jira

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

887 Bytes
{
  "id": "87",
  "name": "Create a new issue in Jira",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        350,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Jira",
      "type": "n8n-nodes-base.jira",
      "position": [
        550,
        300
      ],
      "parameters": {
        "project": "",
        "summary": "Firewall on fire",
        "issueType": "10001",
        "additionalFields": {}
      },
      "credentials": {
        "jiraSoftwareCloudApi": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Jira",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}