Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scriptrunner and Code Block Macro - bodyAsString does not work

Samuel James Griffin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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