fix(Linear Node): Fix issue with priority being incorrect for issue updates (#16764)

This commit is contained in:
Jon
2025-07-10 21:34:46 +01:00
committed by GitHub
parent 2402926573
commit ced854df2c
2 changed files with 93 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export class Linear implements INodeType {
name: 'linear',
icon: 'file:linear.svg',
group: ['output'],
version: 1,
version: [1, 1.1],
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume Linear API',
defaults: {