Availability
This routine is available in Power Actions starting with versions 2.0.8 for JIRA 5 and 2.6.1 for JIRA 6.
Syntax
BA_createWikiContent(wikiText);
Description
Adds wiki-rendered content to the screen.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
wikiText | string | Yes | Wiki content to be a rendered content. |
Return type
The returned value has no meaning.
Examples
BA_createWikiContent("h1. Wiki Title");