Details of an operation to perform on a field.

interface FieldUpdateOperation {
    add?: unknown;
    copy?: unknown;
    edit?: unknown;
    remove?: unknown;
    set?: unknown;
}

Properties

add?: unknown

The value to add to the field.

triaged
copy?: unknown

The field value to copy from another issue.

{
"issuelinks": {
"sourceIssues": [
{
"key": "FP-5"
}
]
}
}
edit?: unknown

The value to edit in the field.

{
"originalEstimate": "1w 1d",
"remainingEstimate": "4d"
}
remove?: unknown

The value to removed from the field.

blocker
set?: unknown

The value to set in the field.

A new summary