NAME
JIRA::API::Project -
SYNOPSIS
my $obj = JIRA::API::Project->new();
...
PROPERTIES
archived
Whether the project is archived.
archivedBy
The user who archived the project.
archivedDate
The date when the project was archived.
assigneeType
The default assignee when creating issues for this project.
avatarUrls
The URLs of the project's avatars.
components
List of the components contained in the project.
deleted
Whether the project is marked as deleted.
deletedBy
The user who marked the project as deleted.
deletedDate
The date when the project was marked as deleted.
description
A brief description of the project.
email
An email address associated with the project.
expand
Expand options that include additional project details in the response.
favourite
Whether the project is selected as a favorite.
id
The ID of the project.
insight
Insights about the project.
isPrivate
Whether the project is private.
issueTypeHierarchy
The issue type hierarchy for the project.
issueTypes
List of the issue types available in the project.
key
The key of the project.
landingPageInfo
The project landing page info.
lead
The username of the project lead.
name
The name of the project.
permissions
User permissions on the project
projectCategory
The category the project belongs to.
projectTypeKey
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.
properties
Map of project properties
retentionTillDate
The date when the project is deleted permanently.
roles
The name and self URL for each role defined in the project. For more information, see [Create project role](#api-rest-api-3-role-post).
self
The URL of the project details.
simplified
Whether the project is simplified.
style
The type of the project.
url
A link to information about this project, such as project documentation.
uuid
Unique ID for next-gen projects.
versions
The versions defined in the project. For more information, see [Create version](#api-rest-api-3-version-post).