mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix: Correct typos in Taiga and ServiceNow nodes (#6814)
This commit is contained in:
@@ -75,7 +75,7 @@ export const incidentFields: INodeProperties[] = [
|
|||||||
default: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ export const epicFields: INodeProperties[] = [
|
|||||||
default: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export const issueFields: INodeProperties[] = [
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options
|
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
@@ -304,7 +304,7 @@ export const issueFields: INodeProperties[] = [
|
|||||||
default: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
description:
|
description:
|
||||||
'ID of the user to assign the issue 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 issue to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||||
@@ -495,7 +495,7 @@ export const issueFields: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ export const taskFields: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
@@ -299,7 +299,7 @@ export const taskFields: INodeProperties[] = [
|
|||||||
default: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
@@ -440,7 +440,7 @@ export const taskFields: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ export const userStoryFields: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
@@ -310,7 +310,7 @@ export const userStoryFields: INodeProperties[] = [
|
|||||||
default: {},
|
default: {},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
description:
|
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-examples/expressions/">expression</a>.',
|
||||||
@@ -446,7 +446,7 @@ export const userStoryFields: INodeProperties[] = [
|
|||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Asignee Name or ID',
|
displayName: 'Assignee Name or ID',
|
||||||
name: 'assigned_to',
|
name: 'assigned_to',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user