---
title: "jiraCreateProject"
canonical: "https://support.appfire.com/space/PSCONF/1264419644/jiraCreateProject"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | jiraCreateProject(CRProject) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Creates remote JIRA project via Application Links.

Creates remote JIRA project via Application Links.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | CRProject | [CRProject](https://appfire.atlassian.net/wiki/spaces/PSCONF/pages/15303915) | Yes | The SIL type for a Jira project (exposed in Confluence) |

## Return Type

**Boolean**

## Example

### Example 1

Print Return 323827648

```javascript
return jiraCreateProject(CRProject);
```

Returns true if CRProject has been created

## See also

> Macro (contentbylabel)