An object notation input

interface MandatoryFieldValueForAdf {
    retain?: null | boolean;
    type: "raw" | "adf";
    value: {
        [key: string]: unknown;
    };
}

Properties

Properties

retain?: null | boolean

If true, will try to retain original non-null issue field values on move.

type: "raw" | "adf"

Will treat as MandatoryFieldValueForADF if type is adf

value: {
    [key: string]: unknown;
}

Value for each field. Accepts Atlassian Document Format (ADF) for rich text fields like description, environments. For ADF format details, refer to: Atlassian Document Format