Versions Compared

Key

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

...

Now check if you see a POST request in the nginx container log. Requests from Jira normally have the following structure:

Code Block
XXX.XXX.XXX.XXX - - [06/May/2020:07:18:46 +0000] "POST /jira-endpoint/XXXXXX?user_id=XXX&user_key=XXX HTTP/1.1" 200 0 "-" "Atlassian Webhook HTTP Client" "-"


Check if the network allows POST requests form the JIRA server to the piplanning server

...