Creates a new automation for a given projecttemplate.
Creates a new automation of the projecttemplate with the specified id. To create the the automation the user needs to have ‘write’ permissions of the feature ‘project-manage-config’ globally.
Required Permissions
The user must be an admin or haveproject-manage-config:write
permissions.Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The type of the trigger.
The values of the trigger.
Response
OK
The id of the automation.
The id of the user who created the automation.
The date the automation was created.
The id of the user who updated the automation.
The date the automation was updated.
The id of the trigger which is related to the automation.
Whether the automation is enabled.
The state of the automation. See AutomationsService.DAL.Models.AutomationState for the possible values.
Whether the automation was created from an automation template of a project template.
The id of the project which is related to the automation.
The id of the project template which is related to the automation.
The actions which is related to the automation.