Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

1. Create a new trigger: When value changes -> Every time the due of an issue is edited (or created)


4. Get the field object

For this example, our End date field from Projectrak has the id: 2870

(warning) Replace using your id


5. Store the field object in a variable

  • Variable name: projectEnddate
  • Smart value: {{webResponse.body.value.value}}


6. New Condition → Advanced compared condition

  • First value: {{issue.duedate}}
  • Condition: grater than
  • Second value: {{projectEnddate}}


7. New Action → Send web request

Add component → New Action → Send a web request

For this example, our End date field from Projectrak has the id: 2870

(warning) Replace using your id

[
  {
    "fieldId": 2870,
    "value": "{{issue.duedate}}"
  }
]
  • Check: Delay execution of subsequent rule actions until we've received a response for this web request

  • No labels