Creates a new task template for the task bundle with the specified id.

Creates a new task template for the task bundle with the specified id. <Check title="Required Permissions">The user must be an admin or have `task-manage-config:write` permissions.</Check>

Path parameters

taskBundleIdstringRequiredformat: "uuid"
The id of the task bundle.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The form used to create a new task template.
namestring or nullOptional
The name of the task created from this template.
descriptionstring or nullOptional
The description of the task created from this template.
isPriobooleanOptional
Whether the task created from this template will be marked as priority.
plannedDurationintegerOptional
The expected planned workload of the task created from this template, in seconds.
relativeStartOnlong or nullOptional
The relative start date and time of the task created from this template, in seconds, from the moment of creating the task.
relativeDueOnlong or nullOptional
The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.
typeOfWorkIdstringOptionalformat: "uuid"
The id of the type of work of this task.
assignedRoleIdstring or nullOptionalformat: "uuid"
The id of the assigned role of this task.
parentIdstring or nullOptionalformat: "uuid"
The id of the parent task template if the task template is a subtask.
subtaskOrderdouble or nullOptional
The order of the subtask template relative to its parent task template.
laneOrderinteger or nullOptional
The lane order defines the vertical position in the planner.

Response

OK
namestring or null
The name of the task created from this template.
descriptionstring or null
The description of the task created from this template.
isPrioboolean or null
Whether the task created from this template will be marked as priority.
plannedDurationinteger or null
The expected planned workload of the task created from this template, in seconds.
relativeStartOnlong or null
The relative start date and time of the task created from this template, in seconds, from the moment of creating the task.
relativeDueOnlong or null
The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.
typeOfWorkIdstring or nullformat: "uuid"
The id of the type of work of this task.
assignedRoleIdstring or nullformat: "uuid"
The id of the assigned role of this task.
parentIdstring or nullformat: "uuid"
The id of the parent task template if the task template is a subtask.
subtaskOrderdouble or null
The order of the subtask template relative to its parent task template.
laneOrderinteger or null
The lane order defines the vertical position in the planner.
idstring or nullformat: "uuid"
The Id of the task template.
taskTypeobject or null
The task type model.
taskListTemplatelist of objects or null
The task list templates of the task template.
taskDependencyTemplateslist of objects or null
The list of task dependency templates for that task template.
assigneeIdslist of strings or null
The list of assigned users to that task template.
createdOnstring or nullformat: "date-time"
The date this task was created.
createdBystring or nullformat: "uuid"
The id of the user who created this task.
updatedOnstring or nullformat: "date-time"
The date this task was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this task.
orderdouble or null
For internal purposes.
hasAttachmentsboolean or null
If the task template has attachments.
isRecurringboolean or null
If the task is a recurrency template, the flag is true.
customFieldslist of objects or null
The Custom fields of the task template.
tagslist of objects or null
The list of tags that will be applied to the task when it is created.