Versions Compared

Key

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

...

First, you need to get Tempo worklog ID from Jira worklog properties. In the web request, you need to use smart values for Jira issue id {{issue.id}} and Jira worklog id {{worklog.id}}.

...

Code Block
https://copsYOUR_JIRA.atlassian.net/rest/api/3/issue/{{issue.id}}/worklog/{{worklog.id}}?expand=properties

Payload The response should be something like this:

...