Versions Compared

Key

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

...

Webhook URL

Code Block
http://Jira_base_URL/rest/railsware/1.0/checklist?issueKey={{issue.key}}

Headers

Header Name: Authorization with Bearer token (mentioned in step 1)
Header Value: Bearer <token> (replace <token> with the token obtained in Step 1)

Example: Bearer NDQ51zY0NzQ4NjUz...GdnIjoZbDOvd6TVslhWXJX

HTTP method

GET

Webhook body

Empty

Wait for Response

Check this option

...