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

Filter by label

There are no items with the selected labels at this time.