I have a Jira automation when I create an issue it creates a confluence page and links it to the issue using a send web request action like this:
HTTP method: POST
Web request body: empty
header: Authorization: Basic <my 64-base encoded api key>
This works fine, but when i want to change the automation trigger from create issue to manual trigger from issue i get this error:
Send web request
Error publishing web request. Response HTTP status:
400
Error response HTTP body:
{"errorMessages":[],"errors":{"pageUrl":"addconfluencelink.error.url.invalid"}}
can someone help me to see what can i do to do this from a manual trigger? thank you!
yes sorry, this is the automation that works fine:
but in this case i want to start with a manual trigger instead of issue created, and i change that without changing anything else and i get this error: Send web request
Error publishing web request. Response HTTP status:
400
Error response HTTP body:
{"errorMessages":[],"errors":{"pageUrl":"addconfluencelink.error.url.invalid"}}