Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I access the unrendered body of a macro?

Robert Krause
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.
January 26, 2016

Hello,

I am trying to manipulate the content of in a macro body, but I can only seem to get the rendered content of the body. The old way using 

public RenderMode getBodyRenderMode() {
   return RenderMode.NO_RENDER;
}

seems to have no effect at all.

Is there another way to access to unrendered content of a macro body?

Best regards,
Robert Krause 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
January 27, 2016

  @RequiresFormat(Format.Storage) before the execute method.

Robert Krause
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.
January 28, 2016

Thank you, that helped me!

TAGS
AUG Leaders

Atlassian Community Events