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§
§§§§§§§§§§§
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 epic Id?: stringID of the epic to delete
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: {}
readonly issue Id?: stringID of the issue to delete
readonly limit?: numberMax number of results to return Default: 50 Type options: {"minValue":1}
readonly operation?: "create" | "get" | "getAll" | "update" | "delete"Default: "create"
readonly project Id?: stringID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects"}
readonly resource?: "task" | "issue" | "epic" | "userStory"Default: "issue"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly subject?: string§readonly task Id?: stringID of the task to delete
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: {}
readonly user Story Id?: stringID of the user story to delete
Default: {}