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

x/jira/src/version3/models/createUpdateRoleRequest.ts>CreateUpdateRoleRequest

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

Properties

optional
name: string

The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.

optional
description: string

A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.