requeue_tasks
Last updated
Last updated
imerit_ango.sdk.SDK.
Allows you to requeue tasks from one stage to another within a project. The function supports filtering tasks and applying optional settings to control how the requeue operation is handled.
project_id: string
The unique identifier for the project. You can find the project ID in or retrieve it using the function.
to_stage_id: string
The identifier of the target stage to which the tasks will be requeued. This stage must exist within the specified project.
filters: dict, default None
A dictionary of filters to specify the tasks to requeue.
taskIds: List[str]
externalIds: List[str]
assetIds: List[str]
fromStageIds: List[str]
options: dict, default None
A dictionary of optional settings to customize the requeue operation. Supported options:
removeAnnotations: bool
removeAssignee: bool
removeStageHistory: bool
Returns:
output: dict
Requeue all the tasks to the specified stage from other stages
Requeue specific tasks only
Requeue tasks with configurable preferences