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


## Description

> Macro (excerpt)
> 
> Returns the build number of Jira.

Returns the build number of Jira.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getJiraBuildNumber() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**String**

## Example

```javascript
return getJiraBuildNumber();
```

Returns: 805001

## See also

> Macro (contentbylabel)