interface CustomerRequestDto {
    _expands?: string[];
    _links?: CustomerRequestLinkDto;
    actions?: CustomerRequestActionsDto;
    attachments?: PagedDtoAttachmentDto;
    comments?: PagedDtoCommentDto;
    createdDate?: DateDto;
    currentStatus?: CustomerRequestStatusDto;
    issueId?: string;
    issueKey?: string;
    participants?: PagedDtoUserDto;
    reporter?: UserDto;
    requestFieldValues?: CustomerRequestFieldValueDto[];
    requestType?: RequestTypeDto;
    requestTypeId?: string;
    serviceDesk?: ServiceDeskDto;
    serviceDeskId?: string;
    sla?: PagedDtoSlaInformationDto;
    status?: PagedDtoCustomerRequestStatusDto;
    summary?: string;
}

Properties

_expands?: string[]

List of items that can be expanded in the response by specifying the expand query parameter.

List of links associated with the request.

List of actions that the user can take on the request.

attachments?: PagedDtoAttachmentDto

List of attachments included with the request.

List of comments included with the request.

createdDate?: DateDto

Date on which the request was created.

currentStatus?: CustomerRequestStatusDto

Status of the request.

issueId?: string

ID of the request, as the peer issue ID.

issueKey?: string

Key of the request, as the peer issue key.

participants?: PagedDtoUserDto

Expandable details of the customers participating in the request.

reporter?: UserDto

Details of the customer reporting the request.

requestFieldValues?: CustomerRequestFieldValueDto[]

JSON map of Jira field IDs and their values representing the content of the request. This list does not include hidden fields.

requestType?: RequestTypeDto

Expandable details of the request type.

requestTypeId?: string

ID of the request type for the request.

serviceDesk?: ServiceDeskDto

Expandable details of the service desk.

serviceDeskId?: string

ID of the service desk the request belongs to.

Expandable details of the SLAs relating to the request.

Expandable details of the request's status history.

summary?: string

Summary of the request created