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
https://developer.atlassian.com/server/jira/platform/webhooks/#registering-a-webhook
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
February 20, 2025, 5:22pm
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
February 27, 2025, 2:04pm
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
March 10, 2025, 11:36am
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
April 7, 2025, 2:52pm
9
New version [email protected]
got released which includes the GitHub PR 14333 .
1 Like
Hi @jan , @ria , and team,
Thanks a lot for the update and the fix in [email protected]
—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
system
Closed
April 16, 2025, 8:26am
11
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.