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)


4. Get the field object

Info

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

(warning) Replace using your id

...

7. New Action → Send web request

Info

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

(warning) Replace using your id


Code Block
[
  {
    "fieldId": 2870,
    "value": "{{issue.duedate}}"
  }
]

...