interface FormAnswer {
    adf?: JsonNode;
    choices?: string[];
    date?: string;
    files?: string[];
    text?: string;
    time?: string;
    users?: string[];
}

Properties

adf?: JsonNode

Answer in Atlassian Document Format (ADF)

choices?: string[]

IDs of selected choices

date?: string

Answer in date format (yyyy-MM-dd)

files?: string[]

The IDs of files to be attached to the form that are obtained by calling the ‘attach temporary file’ endpoint on the corresponding service desk.

text?: string

Answer in free text format

time?: string

Answer in timestamp format (HH:mm)

users?: string[]

IDs of selected users