Hi Team ,
I tried creating an automation rule: when a ticket is created in a Jira project with certain conditions, it should update a Confluence database. I used the ‘Send Web Request’ action to perform this, but it didn’t work. I see that Confluence doesn’t have an exact API for updating a database—it only has an API for creating one. Is there any other way to achieve this?
Hello Ajay,
good question and you’re correct in what you’ve observed.
At the moment, Confluence databases don’t yet expose a public REST API that supports updating or modifying database entries directly. The existing endpoints only cover database creation and some metadata operations - not row-level updates.
That’s why your “Send Web Request” automation in Jira won’t work for this use case. The request technically runs, but there’s no supported API endpoint in Confluence that can receive and apply those updates.
Current Alternatives
You can follow updates and upcoming API capabilities in the Confluence Cloud changelog.
So for now, there’s unfortunately no supported way to update a Confluence database directly via Automation or REST API.
Hope that clears things up - a lot of us are waiting for that update!
Greetings,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.