Guide
Automatically synchronize fields
You may configure entity fields synchronization in case of relation change. An example below shows how to make the Product Area of a Task the same as the Product Area of a User Story when Product Area of User Story changes.
You have to create two rules to maintain fields integrity:
1. Auto-update product area of tasks when product area of a story is changed
2. Auto-update product area of a task when it is linked to a story
Set a completion date when a task is done
An example below shows how to set the completion date of a task when it is moved to the final state.
Archive "done" user stories every hour
A scheduled task executed hourly to mark completed stories as archived.
Create a release with two iterations every four weeks
The example shows how to automatically create a release with two iterations every four weeks.
Add related entity
You may use formulas to create a related entity and set some calculated values to some fields. Here we create a Bug for the Request and this Bug has the same Name as the Request.