Scriptrunner and Code Block Macro - bodyAsString does not work

Samuel James Griffin October 17, 2019

I'm writing a ScriptRunner snippet to pull content from a page so that I can parse it, and so far I've been able to pull content but it ignores the content in the code block macro, is there something I'm missing, or will this method not work with content in macro blocks?

 

import com.atlassian.sal.api.component.ComponentLocator

import com.atlassian.confluence.pages.PageManager

import com.atlassian.confluence.pages.Page

 

def pageManager = ComponentLocator.getComponent(PageManager)

def page = pageManager.getPage(myPageID)

return page.bodyAsString

 

Is there a mistake in that, or another way to pull the content in the page other than page.bodyAsString?

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 18, 2019

I don't see a mistake with this.

Here is what I see when i do the same:

  • This is the target page:2019-10-18 13_12_35-Test page2 - Peter-Dave Sheehan - Confluence - QAD Inc - http___qgorqadlin541.qa.png
  • This is the macro preview:2019-10-18 13_15_47-Edit - Home - Peter-Dave Sheehan - Confluence - QAD Inc - http___qgorqadlin541.q.png
  • When you look a the code behind the preview (chrome developer panel):2019-10-18 13_16_20-DevTools - qgorqadlin541.qad.com_8080_pages_editpage.action_pageId=35241928.png
Samuel James Griffin October 21, 2019

So in my case I need to be able to return the information in the code block, and when I try it just skips over.  Using your example I need it to return:

A page with

content inside code block

Content after

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events