Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 3.95 KB

Project.md

File metadata and controls

60 lines (56 loc) · 3.95 KB

Project

Properties

Name Type Description Notes
expand String Expand options that include additional project details in the response. [optional]
self String The URL of the project details. [optional]
id String The ID of the project. [optional]
key String The key of the project. [optional]
description String A brief description of the project. [optional]
lead AllOfProjectLead The username of the project lead. [optional]
components List<Component> List of the components contained in the project. [optional]
issueTypes List<IssueTypeDetails> List of the issue types available in the project. [optional]
url String A link to information about this project, such as project documentation. [optional]
email String An email address associated with the project. [optional]
assigneeType AssigneeTypeEnum The default assignee when creating issues for this project. [optional]
versions List<Version> The versions defined in the project. For more information, see Create version. [optional]
name String The name of the project. [optional]
roles Map<String, String> The name and self URL for each role defined in the project. For more information, see Create project role. [optional]
avatarUrls AllOfProjectAvatarUrls The URLs of the project's avatars. [optional]
projectCategory AllOfProjectProjectCategory The category the project belongs to. [optional]
projectTypeKey ProjectTypeKeyEnum The project type of the project. [optional]
simplified Boolean Whether the project is simplified. [optional]
style StyleEnum The type of the project. [optional]
favourite Boolean Whether the project is selected as a favorite. [optional]
isPrivate Boolean Whether the project is private. [optional]
issueTypeHierarchy AllOfProjectIssueTypeHierarchy The issue type hierarchy for the project [optional]
permissions AllOfProjectPermissions User permissions on the project [optional]
properties Map<String, Object> Map of project properties [optional]
uuid UUID Unique ID for next-gen projects. [optional]
insight AllOfProjectInsight Insights about the project. [optional]
deleted Boolean Whether the project is marked as deleted. [optional]
retentionTillDate OffsetDateTime The date when the project is deleted permanently. [optional]
deletedDate OffsetDateTime The date when the project was marked as deleted. [optional]
deletedBy AllOfProjectDeletedBy The user who marked the project as deleted. [optional]
archived Boolean Whether the project is archived. [optional]
archivedDate OffsetDateTime The date when the project was archived. [optional]
archivedBy AllOfProjectArchivedBy The user who archived the project. [optional]

Enum: AssigneeTypeEnum

Name Value
PROJECT_LEAD "PROJECT_LEAD"
UNASSIGNED "UNASSIGNED"

Enum: ProjectTypeKeyEnum

Name Value
SOFTWARE "software"
SERVICE_DESK "service_desk"
BUSINESS "business"

Enum: StyleEnum

Name Value
CLASSIC "classic"
NEXT_GEN "next-gen"