Hello together
I am trying to change and read the description of a Space in my Plugin. I can't seem to find a way to change it with the Confluence Java API. How can i change it programatically? What do i need to use (Java API, database etc) and how do I need to use it (which class, which table etc).
Thanks for the help
Hi @Joel Suter ,
you should be able to do that using SpaceManager (save method) passing a Space object in which you edited the description through https://docs.atlassian.com/ConfluenceServer/javadoc/7.12.0/com/atlassian/confluence/spaces/Space.html#setDescription-com.atlassian.confluence.spaces.SpaceDescription-
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.