NameCreate project
JWT feature

DescriptionCreate a new project in Jira
Label

Applications





Status
Tech review

Style guide



This action template provides the functionallity to create a new Jira project within a Jira Cloud or Jira on-prem instance using one of the Jira default project templates.

Configuration

The Project name parameter defines the name of the new Jira project intended to be created by the post function execution.


The Project key parameter defines the key of the new Jira project. It must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.


The Project template parameter allows setting a predefined configuration for a project. The type of the Project template must match with the Project type.


The Project lead parameter defines the person who manages the project as its leader. It is required in Jira on-prem.


icon - Action-specific response options

The response options define values which are taken from the rest response of the executed template.

ValueDescription
Project idReturns the new project id created by the action.
Project keyReturns the new project key created by the action. In this case it corresponds to the same value as the Project key in the configuration.


Other default options like Response body, Response status or Set field value manually are available in any mode in the post function.


  Use cases and examples