Creates a new task bundle from the specified project.
Required Permissions
The user must be an admin or havetask-manage-config:write
permissions.Path parameters
projectId
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the task bundle. Required if its not related to a task bundle.
description
The description of the task bundle.
icon
The icon of the task bundle.
projectTemplateId
The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.
referenceDate
If provided, it will make the start/end dates of the tasks relative to this date. In start or end dates of project/tasks are not available then no relative dates will be set.
Response
OK
name
The name of the task bundle. Required if its not related to a task bundle.
description
The description of the task bundle.
icon
The icon of the task bundle.
projectTemplateId
The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.
id
The id of the task bundle.
createdOn
The date this task bundle was created.
createdBy
The id of the user who created this task bundle.
updatedOn
The date this task bundle was last modified.
updatedBy
The id of the user who last modified this task bundle.
taskLists
The list templates within this task bundle.
tasks
The task templates within this task bundle.
hasRelativeTasks
True if any of the tasks in the bundle has relative dates.