OptionalassigneeType?: string & {} | "PROJECT_LEAD" | "UNASSIGNED"The default assignee when creating issues for this project.
OptionalavatarId?: numberAn integer value for the project's avatar.
OptionalcategoryId?: numberThe ID of the project's category. A complete list of category IDs is found using the Get all project categories operation.
Optionaldescription?: stringA brief description of the project.
OptionalfieldScheme?: numberThe ID of the field scheme for the project. Use the Get field schemes operation to get a list of field scheme IDs. If you specify the field scheme you cannot specify the project template key.
OptionalissueSecurityScheme?: numberThe ID of the issue security scheme for the project, which enables you to control who can and cannot view issues. Use the Get issue security schemes resource to get all issue security scheme IDs.
OptionalissueTypeScheme?: numberThe ID of the issue type scheme for the project. Use the Get all issue type schemes operation to get a list of issue type scheme IDs. If you specify the issue type scheme you cannot specify the project template key.
OptionalissueTypeScreenScheme?: numberThe ID of the issue type screen scheme for the project. Use the Get all issue type screen schemes operation to get a list of issue type screen scheme IDs. If you specify the issue type screen scheme you cannot specify the project template key.
Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.
The account ID of the project lead. Either lead or leadAccountId must be set when creating a project. Cannot be
provided with lead.
The name of the project.
OptionalnotificationScheme?: numberThe ID of the notification scheme for the project. Use the Get notification schemes resource to get a list of notification scheme IDs.
OptionalpermissionScheme?: numberThe ID of the permission scheme for the project. Use the Get all permission schemes resource to see a list of all permission scheme IDs.
OptionalprojectTemplateKey?: A predefined configuration for a project. The type of the projectTemplateKey must match with the type of the
projectTypeKey.
OptionalprojectTypeKey?: The project type, which defines the application-specific feature set. If you don't specify the project template you have to specify the project type.
Optionalurl?: stringA link to information about this project, such as project documentation
OptionalworkflowScheme?: numberThe ID of the workflow scheme for the project. Use the Get all workflow schemes operation to get a list of workflow scheme IDs. If you specify the workflow scheme you cannot specify the project template key.
Optionaloptions: RequestOptions
Creates a project based on a project type template, as shown in the following table:
businesscom.atlassian.jira-core-project-templates:jira-core-simplified-content-management,com.atlassian.jira-core-project-templates:jira-core-simplified-document-approval,com.atlassian.jira-core-project-templates:jira-core-simplified-lead-tracking,com.atlassian.jira-core-project-templates:jira-core-simplified-process-control,com.atlassian.jira-core-project-templates:jira-core-simplified-procurement,com.atlassian.jira-core-project-templates:jira-core-simplified-project-management,com.atlassian.jira-core-project-templates:jira-core-simplified-recruitment,com.atlassian.jira-core-project-templates:jira-core-simplified-task-trackingservice_deskcom.atlassian.servicedesk:simplified-it-service-management,com.atlassian.servicedesk:simplified-external-service-desk,com.atlassian.servicedesk:simplified-hr-service-desk,com.atlassian.servicedesk:simplified-facilities-service-desk,com.atlassian.servicedesk:simplified-legal-service-desk,com.atlassian.servicedesk:simplified-analytics-service-desk,com.atlassian.servicedesk:simplified-marketing-service-desk,com.atlassian.servicedesk:simplified-design-service-desk,com.atlassian.servicedesk:simplified-sales-service-desk,com.atlassian.servicedesk:simplified-finance-service-desk,com.atlassian.servicedesk:company-managed-blank-service-project,com.atlassian.servicedesk:company-managed-general-service-project,com.atlassian.servicedesk:team-managed-general-service-project,com.atlassian.servicedesk:next-gen-it-service-desk,com.atlassian.servicedesk:next-gen-hr-service-desk,com.atlassian.servicedesk:next-gen-legal-service-desk,com.atlassian.servicedesk:next-gen-marketing-service-desk,com.atlassian.servicedesk:next-gen-facilities-service-desk,com.atlassian.servicedesk:next-gen-analytics-service-desk,com.atlassian.servicedesk:next-gen-finance-service-desk,com.atlassian.servicedesk:next-gen-design-service-desk,com.atlassian.servicedesk:next-gen-sales-service-desksoftwarecom.pyxis.greenhopper.jira:gh-simplified-agility-kanban,com.pyxis.greenhopper.jira:gh-simplified-agility-scrum,com.pyxis.greenhopper.jira:gh-simplified-basic,com.pyxis.greenhopper.jira:gh-simplified-kanban-classic,com.pyxis.greenhopper.jira:gh-simplified-scrum-classiccustomer_servicecom.atlassian.jcs:customer-service-managementThe project types are available according to the installed Jira features as follows:
businessprojects.service_deskprojects.softwareprojects.To determine which features are installed, go to Jira settings > Apps > Manage apps and review the System Apps list. To add Jira Software or Jira Service Management into a JIRA instance, use Jira settings > Apps > Finding new apps. For more information, see Managing add-ons.
Permissions required: Administer Jira global permission.