BA_createHtmlContent
Looking for the documentation on the newest versions of Power Actions for Jira 8? Click here and leave these dusty old pages behind!
Syntax
BA_createHtmlContent(html);
Description
Adds a plain HTML content to the screen.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
html | string | Yes | The HTML content. |
Return type
The returned value has no meaning.
Examples
BA_createHtmlContent("<h1>Title</h1>");