---
title: "BA_setActionTitle"
canonical: "https://support.appfire.com/space/PSJC/1839235434/BA_setActionTitle"
format: markdown
---
> Macro (aura-html)



 


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_setActionTitle(value) | **Package** | poweraction |
| **Alias** | form_setActionTitle | **Pkg Usage** | setActionTitle(value) |

## Description

> Macro (excerpt)
> 
> Overrides the default dialog title.

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

**None**

The returned value has no meaning.

## Example

```javascript
BA_createHtmlContent("Lorem ipsum");
BA_setActionTitle("New Title");
```

![Power Scripts for Jira Cloud action title configuration dialog](media://e307776e-662e-4050-8f06-d16568821b64)

## See also

> Macro (contentbylabel)