BA_setExecuteButtonText
Looking for the documentation on the newest versions of Power Actions for Jira 8? Click here and leave these dusty old pages behind!
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_setExecuteButtonText(value)
Description
Overrides the default text on the dialog submit button.The last call of this routine will override any previous calls.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
value | string | Yes | The new text to show on the button |
Return type
The returned value has no meaning.
Example
BA_createHtmlContent("Lorem ipsum"); BA_setExecuteButtonText("Don't click!");