Creates a new Jira project with required lead, template, and type configuration.
keyUnique key for the project. Must be unique across all Jira projects. Must be uppercase letters only, no spaces or special characters.
urlstringOptional URL for the project, like a Confluence space link or external website.
nameRequiredstringHuman-readable name for the project.
avatar_idintegerOptional ID of an existing avatar for the project.
category_idintegerOptional ID of an existing project category.
descriptionstringOptional detailed textual description of the project.
assignee_typestringDefault assignee for new issues: 'PROJECT_LEAD' (assigns to project lead) or 'UNASSIGNED' (issues remain unassigned).
lead_account_idRequiredstringAtlassian Account ID (not username or email) of the project lead. Must be a valid account ID from your Jira instance, typically in format like '712020:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.
project_type_keyRequiredstringType of project. Must match the template prefix: 'business' for jira-core-project-templates, 'software' for greenhopper templates, 'service_desk' for servicedesk templates.
permission_schemeintegerOptional ID of an existing permission scheme that is accessible in your Jira instance. The scheme ID must exist and you must have permission to use it. If invalid or inaccessible, project creation will fail.
notification_schemeintegerOptional ID of an existing notification scheme that is accessible in your Jira instance. The scheme ID must exist and you must have permission to use it. If invalid or inaccessible, project creation will fail.
project_template_keyRequiredstringKey of the project template. MUST be compatible with project_type_key. Valid combinations: For 'business': 'com.atlassian.jira-core-project-templates:jira-core-project-management', 'com.atlassian.jira-core-project-templates:jira-core-simplified-process-control'. For 'software':…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action