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


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

## Description

> Macro (excerpt)
> 
> Returns a list of all project role names in Jira.

Returns a list of all project role names in Jira.

## Return Type

**String []**

## Example

```
for(string prname in getProjectRoles()) {
    runnerLog("Project role: " + prname);
}
```

## See also

> Macro (contentbylabel)