Hello,
Preface: Not too technically inclined yet, and this is my first time handling most of these actions. I am a site-admin with full permissions. I've collected this idea from community posts, ChatGPT, and other experience with Jira scripts
Requirements: When an issue is transitioned from "status A" to "status B", as long as certain criteria are met, it will automatically create a Confluence page with information from that Jira issue card.
- I do know the "Create Page" automation works, but that only creates a page and doesn't populate information based on the trigger card (if I'm wrong, please let me know).
I saw that using the "Send Web Request" action in automation might be able to solve this problem. I will post screenshots of my automation below and walk through what I have so far.
Question:
- Would anyone know what I am receiving error codes 403 or 404?
- As mentioned, I am a site-admin, project admin, and space admin for all the impacted locations.
- I should be able to create the pages if the information is correct.
- Is this even possible? Or am I on a goose chase?
Any help or guidance is greatly appreciated.
General View of Rule:
Very basic rule. When issue moves, if it's a certain type please create a page. All information is filler information for now.

Specifics of "Send web request:"
Below are screenshots of the action.
I do know the URL posted in the screenshot is going to be deprecated in 2025. When the rule is actived, this URL leads to this error:
Unable to publish the web request - received HTTP status response:
403
Error found in the HTTP body response:
{"message":"current user not permitted to use Confluence","statusCode":403}
When I use the URL for Confluence Rest API 2.0:
https://domain.atlassian.net/wiki/rest/api/v2/pages
I receive this error:
Unable to publish the web request - received HTTP status response:
404
Error found in the HTTP body response:
{"message":"null for uri" https://domain.atlassian.net/wiki/rest/api/pages/","statusCode":404


