Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/updateProjectDetails.ts>UpdateProjectDetails

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface UpdateProjectDetails
import { type UpdateProjectDetails } from "https://deno.land/x/jira@v3.0.2/src/version3/models/updateProjectDetails.ts";

Details about the project.

Properties

optional
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
name: string

The name of the project.

optional
description: string

A brief description of the project.

leadAccountId: string

The account ID of the project lead. Cannot be provided with lead.

optional
url: string

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

optional
assigneeType: string

The default assignee when creating issues for this project.

optional
avatarId: number

An integer value for the project's avatar.

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

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

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

optional
categoryId: number

The ID of the project's category. A complete list of category IDs is found using the Get all project categories operation. To remove the project category from the project, set the value to -1.