UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

7 lines (5 loc) 263 B
import type { MultipleCustomFieldValuesUpdateDetails } from '../models'; export interface UpdateMultipleCustomFieldValues extends MultipleCustomFieldValuesUpdateDetails { /** Whether to generate a changelog for this update. */ generateChangelog?: boolean; }