Versions Compared

Key

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


...

Info
titleAvailability

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

Syntax

 BA_setActionTitle(value)

Description

...

Excerpt

Overrides the default dialog title.

The last call of this routine will override any previous calls.

Parameters

...

Parameter name

Type

Required

Description

value

string

Yes

The new action title

Return type

...

The returned value has no meaning.

...

Example

Example 1

...

Code Block
BA_createHtmlContent("Lorem ipsum");
BA_setActionTitle("New Title");


Image RemovedImage Added