Unique key for the project. Must be unique across all Jira projects. Must be uppercase letters only, no spaces or special characters.
urlstring
Optional URL for the project, like a Confluence space link or external website.
namestring
Required
Human-readable name for the project.
avatar_idinteger
Optional ID of an existing avatar for the project.
category_idinteger
Optional ID of an existing project category.
descriptionstring
Optional detailed textual description of the project.
assignee_typestring
Default assignee for new issues: 'PROJECT_LEAD' (assigns to project lead) or 'UNASSIGNED' (issues remain unassigned).
lead_account_idstring
Required
Atlassian 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_keystring
Required
Type of project. Must match the template prefix: 'business' for jira-core-project-templates, 'software' for greenhopper templates, 'service_desk' for servicedesk templates.
permission_schemeinteger
Optional 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_schemeinteger
Optional 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_keystring
Required
Key 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':…
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not