Describe the problem/error/question
JIRA Webhook / Triger intregration broken
What is the error message (if any)?
Problem running workflow
The resource you are requesting could not be found
Show Details
Support-Issue-Created: Oops, you’ve found a dead link. - JIRAcontextPath = “”;<meta name=“decorator” content="n…
Please share your workflow
Source code
import type {
ICredentialDataDecryptedObject,
IDataObject,
IHookFunctions,
IWebhookFunctions,
INodeType,
INodeTypeDescription,
IWebhookResponseData,
} from 'n8n-workflow';
import { NodeConnectionType, NodeOperationError } from 'n8n-workflow';
import { allEvents, eventExists, getId, jiraSoftwareCloudApiRequest } from './GenericFunctions';
export class JiraTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Jira Trigger',
name: 'jiraTrigger',
icon: 'file:jira.svg',
group: ['trigger'],
version: [1, 1.1],
This file has been truncated. show original
Jira link
Information on your n8n setup
n8n version: 1.79.2
Database: Postgress
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Linux
n8n
20 Febrero, 2025 17:22
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
ria
27 Febrero, 2025 14:04
4
Hi @Boris_Kresoja
Thanks for posting here and welcome to the community!
I’ve raised an internal ticket to look into it
Thanks for reporting!
Hi @ria ,
I wanted to follow up on the Jira webhook URL change discussed earlier. This update affects integrations relying on the previous endpoint.
Could you provide any updates on this issue? Is there a planned fix or recommended workaround to ensure continued functionality of Jira integrations?
Thank you for your assistance.
ria
10 Marzo, 2025 11:36
7
Hi @Boris_Kresoja
unfortunately no update yet. Atlassian seem to be pushing for cloud as they have ended support for Server but they are still updating it.
It’s currently still in review with our engineering team.
Hi @ria ,
Just checking in to see if there have been any updates regarding the Jira webhook URL change. I understand it was still under review with the engineering team—any progress or timelines you could share?
Appreciate your support on this!
Thanks
jan
7 Abril, 2025 14:52
9
New version n8n@1.87.0 got released which includes the GitHub PR 14333 .
Hi @jan , @ria , and team,
Thanks a lot for the update and the fix in n8n@1.87.0—just tested it with the updated Jira webhook URL and can confirm it’s working perfectly now!
Really appreciate the support and timely resolution on this.
Cheers,
Boris