Hey,
Is there a commend for reindex in confluence like JIRA?
boolean wasIndexing = ImportUtils.isIndexIssues(); ImportUtils.setIndexIssues(true) MutableIssue myIssue = issueManager.getIssueObject(issue.id); indexManager.reIndex(myIssue); ImportUtils.setIndexIssues(wasIndexing);
Second, Is it OK to use with those commend to create a new page from rest endpoint?
def PublishPage = new Page(title: sourcepage.title , bodyAsString: sourcepage.getBodyAsString(),space: space, parentPage: HomePage) //create the new page (copy) pageManager.saveContentEntity(PublishPage, DefaultSaveContext.DEFAULT) HomePage.addChild(PublishPage) pageManager.saveContentEntity(HomePage, DefaultSaveContext.MINOR_EDIT)
Is there a more "healthy" way? Or that way is good?
+using "trashpage" commend to delete page, can it cause problems in the environment?
pageManager.trashPage(desPage)
Thanks!
Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join our 3-part live learning series with community leader Robert Hean to master how to leverage Confluence for Marketing teams. Learn how to plan and execute on projects seamlessly and how to turn insights into lasting organizational knowledge. 🧠
Register today!Online 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.