Versions Compared

Key

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

...

2 Check if you can issue e curl POST request from the Jira to the PI-Planningserver server

Code Block
curl -v -d "test=1" -X POST http://pi-hostnameORip/jira-endpoint

...