build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)
This commit is contained in:
@@ -55,7 +55,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
displayName: 'Project Name or ID',
|
||||
name: 'projectId',
|
||||
description:
|
||||
'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getProjects',
|
||||
@@ -105,7 +105,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Backlog Order',
|
||||
@@ -158,7 +158,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Sprint Order',
|
||||
@@ -180,14 +180,14 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Tag Names or IDs',
|
||||
name: 'tags',
|
||||
type: 'multiOptions',
|
||||
description:
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getTags',
|
||||
@@ -199,7 +199,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
name: 'type',
|
||||
type: 'options',
|
||||
description:
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getTypes',
|
||||
@@ -252,7 +252,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
displayName: 'Project Name or ID',
|
||||
name: 'projectId',
|
||||
description:
|
||||
'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getProjects',
|
||||
@@ -313,7 +313,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
description:
|
||||
'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
@@ -325,7 +325,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
displayName: 'Epic Name or ID',
|
||||
name: 'epic',
|
||||
description:
|
||||
'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
@@ -357,14 +357,14 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Role Name or ID',
|
||||
name: 'role',
|
||||
type: 'options',
|
||||
description:
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getRoles',
|
||||
@@ -375,7 +375,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
displayName: 'Status Name or ID',
|
||||
name: 'status',
|
||||
description:
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
@@ -388,7 +388,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
name: 'tags',
|
||||
type: 'multiOptions',
|
||||
description:
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getTags',
|
||||
@@ -410,7 +410,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the project to set the user story to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the project to set the user story to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['userStory'],
|
||||
@@ -455,7 +455,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Backlog Order',
|
||||
@@ -508,7 +508,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Subject',
|
||||
@@ -536,14 +536,14 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'ID of the status of the user story. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Tag Names or IDs',
|
||||
name: 'tags',
|
||||
type: 'multiOptions',
|
||||
description:
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getTags',
|
||||
@@ -555,7 +555,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
name: 'type',
|
||||
type: 'options',
|
||||
description:
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['projectId'],
|
||||
loadOptionsMethod: 'getTypes',
|
||||
|
||||
Reference in New Issue
Block a user