/
How to a create Next-gen project in Jira cloud using Jira CLI
How to a create Next-gen project in Jira cloud using Jira CLI
This article provides instructions on how to create a Next-gen project in Jira Cloud using the Jira Command Line Interface (CLI) app.
Instructions
Use the following action command to create a simple Next-gen project by using createProject action and --project, --name, --type, --lead, --template parameters.
--action createProject --project "NEXTGEN" --name "Next gen project" --type "software" --lead "Appfire" --template "Agility"
In this command, NEXTGEN is the project key and Next gen project is the project name.
- The --template "Agility" parameter is used in the action in order to create or update Next-gen type of projects.
- It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying.
Related content
Install Delegated Project Creator for Jira Cloud
Install Delegated Project Creator for Jira Cloud
More like this
Create project from a template
Create project from a template
More like this
Request new project 4.0 thru 4.1
Request new project 4.0 thru 4.1
More like this
Project template
Project template
More like this
Release Notes Version 2.1
Release Notes Version 2.1
More like this
2.1 Release Notes
2.1 Release Notes
More like this