n8n Workflow

Create A New Issue In Jira

This n8n workflow creates tasks and integrates with various services. Create A New Issue In Jira - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create A New Issue In Jira - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                350,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "77010dec-5673-4a8b-854a-e9c47147bd0b"
        },
        {
            "name": "Jira",
            "type": "n8n-nodes-base.jira",
            "position": [
                550,
                300
            ],
            "parameters": {
                "project": "",
                "summary": "Firewall on fire",
                "issueType": "10001",
                "additionalFields": []
            },
            "credentials": {
                "jiraSoftwareCloudApi": ""
            },
            "typeVersion": 1,
            "id": "c88357f9-9d84-4a3d-bb24-eb6e9c4aca0c"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Jira",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows