Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Looking for the documentation on the newest versions of Power Actions for Jira 8? Click here and leave these dusty old pages behind!

Info
titleAvailability

This routine is available for in Power Actions starting with versions 2.0.8 for JIRA Jira 5 and 2.6.1 for JIRA Jira 6.

Syntax

 BA_createWikiContent(wikiText); 

...

Excerpt

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.

...