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


## Description

> Macro (excerpt)
> 
> Returns all project categories.

Get the names of all project categories.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetAllProjectCategories() | **Package** | adm |
| **Alias** |  | **Pkg Usage** | allProjectCategories() |

## Return Type

**string []**

Returns the names of all project categories on the jira instance.

## Example

```javascript
admGetAllProjectCategories();
```

## See also

> Macro (contentbylabel)