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

x/jira/src/agile/parameters/partiallyUpdateEpic.ts>PartiallyUpdateEpic

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

Properties

epicIdOrKey: string

The id or key of the epic to update.

optional
name: string
optional
summary: string
optional
color: { key?:
| "color_1"
| "color_2"
| "color_3"
| "color_4"
| "color_5"
| "color_6"
| "color_7"
| "color_8"
| "color_9"
| "color_10"
| "color_11"
| "color_12"
| "color_13"
| "color_14"
| string
; }
optional
done: boolean