---
title: "Action examples - jira getProjectList examplegear"
canonical: "https://support.appfire.com/space/ACLI/60563889/Action%20examples%20-%20jira%20getProjectList%20examplegear"
format: markdown
---
> Macro (aura-html)

| Action | getProjectList |
| --- | --- |
| Description | Public projects from Example Gear using anonymous access |
| Parameters | server |
| Command | ```
acli -a getProjectList --server https://examplegear.atlassian.net
``` |

```


1 projects in list
"Key","Id","Name","Description","Lead","Default Assignee","Project Type","Project URL","Jira URL"
"TEST","10000","Test","Example project","Test Automation [Bob Swift Atlassian Apps]","","software","","https://examplegear.atlassian.net/browse/TEST"


```