/
admCreateProjectFromTemplate

admCreateProjectFromTemplate

Description

Creates a new project using one of the many available project templates for Jira Cloud.

Parameters

Return Type

Boolean

Returns true if the project has been created.

Examples

Example 1

string TEMPLATE_KEY="com.atlassian.jira-core-project-templates:jira-core-simplified-task-tracking"; string KEY = "NEWPRJ"; string NAME = "New Project"; string DESCRIPTION = "My project"; string URL = "https://appfire.atlassian.net/wiki/spaces/APPFIRE/overview"; string CATEGORY = "TEST"; string DEFAULT_USER = "juser"; boolean ASSIGN_TO_DEF_USER = false; return admCreateProjectFromTemplate(TEMPLATE_KEY, KEY, NAME, DESCRIPTION, URL, CATEGORY, DEFAULT_USER, ASSIGN_TO_DEF_USER);

Example 2

return admCreateProjectFromTemplate("com.atlassian.servicedesk:simplified-general-service-desk-it", "SMPRJ", "Service Desk Project", "My project", "https://appfire.atlassian.net/wiki/spaces/APPFIRE/overview", "TEST", "juser", false "Default Permission Scheme", "Simplified Issue Security Scheme", "Default Notification Scheme");

See also

Peacock

Related content

Project Template Keys
Project Template Keys
Read with this
admCreateProject
More like this
admCreateProjectWithSharedConfiguration
admCreateProjectWithSharedConfiguration
More like this
Jira Administration Functions
Jira Administration Functions
Read with this
admCreateProject
admCreateProject
More like this