Hallo Community,
in meinem Confluence Space gibt es eine Datenbank. Unter dieser Datenbank existierten 4 Unterseiten, die entsprechend auch in der Datenbank als Einträge vorhanden sind. Per Automatisierung wird eine Seite im Space archiviert, sobald sich der Page Status auf "Verified" ändert. Die Automatisierung funktioniert prinzipiell einwandfrei. Die Seite wird ins Archiv verschoben und ist auch nicht mehr im Page Tree gelistet:
Allerdings hätte ich erwartet, dass der Eintrag der ins Archiv verschobenen Unterseite auch aus der Datenbank gelöscht wird. Dem ist jedoch nicht so, wie hier zu sehen ist:
Wie kann ich sicherstellen, dass der Eintrag in der Datenbank ebenfalls gelöscht wird?
Hey @Thomas Löschner ,
Yeah... unfortunately, this isn't done automatically. 🫤
What you would need to do is, within that same automation that archives the pages, also create a 'call'/action that will actually update the database.
Now, actions related to databases are not supported at the moment. For example, there's this feature request: CONFCLOUD-77878: Please add a "Databases" component to Confluence Automation, like Triggers, Actions
What you could try instead is to create Rovo agent and call it in the automation. 🤔
Although I can say I'm not 100% if that will work or not, as Rovo supporting databases is relatively new, and I haven't tested this properly.
Apart from that, I would suggest playing around with APIs, but API for databases is not yet supported/released: CONFCLOUD-77328: Allow Manipulation of Confluence Databases using the REST API 🙁
Cheers,
Tobi
Thank you for your feedback!
Using Rovo agent might be a good idea, I will give it a try.
To be honest, it's a bit sad that Atlassian does not provide full functionality for Databases. In my opinion, new features like Databases should always come with basic API calls for the most common use cases (here: simply editing a database) as well as automation actions.
Cheers,
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To be honest, it's a bit sad that Atlassian does not provide full functionality for Databases. In my opinion, new features like Databases should always come with basic API calls for the most common use cases (here: simply editing a database) as well as automation actions.
Agreed! I saw this as quite a highly requested feature 👀
I'll be at Team in a couple of weeks and I just might pop by the Confluence booth to give them a little nudge when it comes to some improvements for databases 😁
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.