interface TaigaNodeParameters {
additionalFields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
tags?: unknown[];
type?: string;
};
epicId?: string;
filters?: | {
assigned_to?: string;
statusIsClosed?: boolean;
}
| {
assigned_to?: string;
orderBy?: | "type"
| "status"
| "owner"
| "priority"
| "subject"
| "assigned_to"
| "created_date"
| "modified_date"
| "severity";
owner?: string;
priority?: string;
role?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
milestone?: string;
owner?: string;
role?: string;
status?: string;
statusIsClosed?: boolean;
tags?: unknown[];
userStory?: string;
}
| {
assigned_to?: string;
epic?: string;
milestone?: string;
role?: string;
status?: string;
statusIsArchived?: boolean;
statusIsClosed?: boolean;
tags?: unknown[];
};
issueId?: string;
limit?: number;
operation?: | "create"
| "get"
| "getAll"
| "update"
| "delete";
projectId?: string;
resource?: "task"
| "issue"
| "epic"
| "userStory";
returnAll?: boolean;
subject?: string;
taskId?: string;
updateFields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
subject?: string;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
subject?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
};
userStoryId?: string;
}
Properties§
Source§readonly additional Fields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
tags?: unknown[];
type?: string;
}
readonly additional Fields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
tags?: unknown[];
type?: string;
}
Source§readonly filters?:
| { assigned_to?: string; statusIsClosed?: boolean }
| {
assigned_to?: string;
orderBy?:
| "type"
| "status"
| "owner"
| "priority"
| "subject"
| "assigned_to"
| "created_date"
| "modified_date"
| "severity";
owner?: string;
priority?: string;
role?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
milestone?: string;
owner?: string;
role?: string;
status?: string;
statusIsClosed?: boolean;
tags?: unknown[];
userStory?: string;
}
| {
assigned_to?: string;
epic?: string;
milestone?: string;
role?: string;
status?: string;
statusIsArchived?: boolean;
statusIsClosed?: boolean;
tags?: unknown[];
}
readonly filters?:
| { assigned_to?: string; statusIsClosed?: boolean }
| {
assigned_to?: string;
orderBy?:
| "type"
| "status"
| "owner"
| "priority"
| "subject"
| "assigned_to"
| "created_date"
| "modified_date"
| "severity";
owner?: string;
priority?: string;
role?: string;
severity?: string;
status?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
milestone?: string;
owner?: string;
role?: string;
status?: string;
statusIsClosed?: boolean;
tags?: unknown[];
userStory?: string;
}
| {
assigned_to?: string;
epic?: string;
milestone?: string;
role?: string;
status?: string;
statusIsArchived?: boolean;
statusIsClosed?: boolean;
tags?: unknown[];
}
Default: {}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 50 Type options: {"minValue":1}
Source§readonly project Id?: string
readonly project Id?: string
ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects"}
Source§readonly update Fields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
subject?: string;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
subject?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
}
readonly update Fields?:
| {
assigned_to?: string;
blocked_note?: string;
color?: string;
description?: string;
is_blocked?: boolean;
subject?: string;
tags?: unknown[];
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
priority?: string;
severity?: string;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
}
| {
assigned_to?: string;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
milestone?: string;
status?: string;
subject?: string;
tags?: unknown[];
taskboard_order?: number;
us_order?: number;
user_story?: string;
}
| {
assigned_to?: string;
backlog_order?: number;
blocked_note?: string;
description?: string;
is_blocked?: boolean;
kanban_order?: number;
milestone?: string;
sprint_order?: number;
status?: string;
subject?: string;
tags?: unknown[];
type?: string;
}
Default: {}
Default: {}