Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


4. Get the field object

...

Image Added


5. Store the field object in a variable

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

Image Added


6. New Condition → Advanced compared condition

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

Image Added


7. New Action → Send web request

Add component → New Action → Send a web request

Info

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

(warning) Replace using your id

...