---
title: "getJIRABaseUrl"
canonical: "https://support.appfire.com/space/PSJ/15485171/getJIRABaseUrl"
format: markdown
---
> Macro (aura-html)


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

## Description

> Macro (excerpt)
> 
> This function returns Jira base url where the SIL script is called.

This function returns Jira base url where the SIL script is called.

## Return Type

**String**

The function returns the base url of Jira.

## Example

```
return getJIRABaseUrl();
```

## See also

> Macro (contentbylabel)