In my Jira Service Project, I have an automation rule to create a Confluence page on issue creation. I use this endpoint to do this:
But when doing this I am getting the following warning.
According to what I have found, my new endpoint should be:
But when calling it, and changing the request structure to the new one, I get a 404 saying the endpoint does not exist.
How to fix it? I don't want my automation to stop working in 2 months, and all tutorials on these kinds of automation refer only to the old API, not the new one.
Thanks!
PS: In case you need to know, the reason why I don't use the Creat Page in Confluence action in automation is because it does not allow to specify smart values in the body of the page.
Turns out, my authorization was incorrectly configured.
The 404 was still responding NOT FOUND only, but I guess that is for safety.
Same as before, headers need to contains an Authorization field, with value "Basic <base_64_api_token>"
Hey @Daniel de Cordoba Gil , if Atlassian is deprecating an API, I would suggest our app, AutoPage. You can easily create Confluence pages from Jira issues and add smart values to the body of the page. Hope that helps! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post a screenshot of the details of your automation? A 404 response could also mean that permissions are not ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.