To add or update a recurrency rule for an existing task.

To delete a recurrency, the user needs to be the assignee of the task or ‘ProjectPlanning’ permissions in general or in the project the task is related to. The following properties are copied to the new task: Name, Description Checklist items, Attachments, Watchers, Assignee, Initial status, Tags, Type of Work, Priority, Estimate.

Required Permissions
Any authenticated user.

Path parameters

taskIdUUIDRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
recurrencyRulestringRequired>=1 character

The recurrence rule as cron expression. We support all expressions which cronos supports (https://github.com/HangfireIO/Cronos). The number of occurrences is limited to 24 a day.

recurrencyIntervalinteger or nullOptional

The interval of the executed expression. If the value is 3, only the third time of the expression the recurrence is actually executed.

relativeDueOnlong or nullOptional

The relative due date and time of the task created from this recurrence rule, in seconds, from the moment of creating the task by a recurrence rule.

recurrencyStartOndatetime or nullOptional

DateTime when recurring task creation will start, considering the set Recurrency Rule and Recurrency Interval.

recurrencyTimezonestring or nullOptional

The timezone of the Recurrency Rule. If not set, will use the requesting user’s timezone.

Response

No Content