I have used this below query to update external gadget in confluence.its reflecting in database but even after reindexing it's not reflecting on UI
update BODYCONTENT bc
set bc.body = replace(bc.body, 'http://test.com:8080', 'http://newtest.com/jira')
where contentid = like '123456'
Hi @Bhargavi Vasa Where are you running the query from?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.