mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Extended Jira Node (#1306)
* ⚡ Add Issue Attachment resource * ⚡ Add custom fields to issue:create and issue:update * ⚡ Filter custom fields by the project selected * ⚡ Change the logo to SVG * ⚡ Small improvement * ⚡ Minor improvements to Jira Node * ⚡ Add download field to issueAttachment get and getAll Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export class JiraTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Jira Trigger',
|
||||
name: 'jiraTrigger',
|
||||
icon: 'file:jira.png',
|
||||
icon: 'file:jira.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when Jira events occurs.',
|
||||
|
||||
Reference in New Issue
Block a user