Options
All
  • Public
  • Public/Protected
  • All
Menu

Details about the project.

Hierarchy

  • CreateProjectDetails

Index

Properties

Optional assigneeType

assigneeType: "PROJECT_LEAD" | "UNASSIGNED"

The default assignee when creating issues for this project.

Optional avatarId

avatarId: number

An integer value for the project's avatar.

format

int64

Optional categoryId

categoryId: number

The ID of the project's category. A complete list of category IDs is found using the Get all project categories operation.

format

int64

Optional description

description: string

A brief description of the project.

Optional fieldConfigurationScheme

fieldConfigurationScheme: number

The ID of the field configuration scheme for the project. Use the Get all field configuration schemes operation to get a list of field configuration scheme IDs. If you specify the field configuration scheme you cannot specify the project template key.

format

int64

Optional issueSecurityScheme

issueSecurityScheme: number

The 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.

format

int64

Optional issueTypeScheme

issueTypeScheme: number

The 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.

format

int64

Optional issueTypeScreenScheme

issueTypeScreenScheme: number

The 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.

format

int64

key

key: string

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.

Optional lead

lead: string

This parameter is deprecated because of privacy changes. Use leadAccountId instead. See the migration guide for details. The user name of the project lead. Either lead or leadAccountId must be set when creating a project. Cannot be provided with leadAccountId.

Optional leadAccountId

leadAccountId: string

The account ID of the project lead. Either lead or leadAccountId must be set when creating a project. Cannot be provided with lead.

name

name: string

The name of the project.

Optional notificationScheme

notificationScheme: number

The ID of the notification scheme for the project. Use the Get notification schemes resource to get a list of notification scheme IDs.

format

int64

Optional permissionScheme

permissionScheme: number

The ID of the permission scheme for the project. Use the Get all permission schemes resource to see a list of all permission scheme IDs.

format

int64

Optional projectTemplateKey

projectTemplateKey: "com.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-classic" | "com.atlassian.servicedesk:simplified-it-service-management" | "com.atlassian.servicedesk:simplified-general-service-desk" | "com.atlassian.servicedesk:simplified-internal-service-desk" | "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.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-"

A predefined configuration for a project. The type of the projectTemplateKey must match with the type of the projectTypeKey.

Optional projectTypeKey

projectTypeKey: "software" | "service_desk" | "business"

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.

Optional url

url: string

A link to information about this project, such as project documentation

Optional workflowScheme

workflowScheme: number

The 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.

format

int64

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc