1. Configure trigger
Create a new trigger : When value changes -> Every time the due of an issue is edited (or created)→ Field value changed
- Field to monitor for changes: Choose due date
- Change type: Any changes to the field value
2. Get the field object
Add component → New action → Send a web request
Info |
---|
For this example, our End date field from Projectrak has the id: 2870
|
...
3. Store the field object in a variable
Add component → New action → Create variable
- Variable name: projectEnddate
- Smart value: {{webResponse.body.value.value}}
4. New Condition → Advanced compared Compare dates between the project and the current issue
Add component → New condition → Advanced compare condition
- First value: {{issue.duedate}}
- Condition: grater than
- Second value: {{projectEnddate}}
5. New Action → Update issue field with project value
Add component → New Action → action → Send a web request
Info |
---|
For this example, our End date field from Projectrak has the id: 2870
|
...