Key fields from the linked issue.

interface Fields {
    assignee?: UserDetails;
    issuetype?: IssueTypeDetails;
    issueType?: IssueTypeDetails;
    priority?: Priority;
    status?: StatusDetails;
    summary?: string;
    timetracking?: TimeTrackingDetails;
}

Properties

assignee?: UserDetails

The assignee of the linked issue.

issuetype?: IssueTypeDetails

Details about an issue type.

issueType?: IssueTypeDetails

The type of the linked issue.

priority?: Priority

The priority of the linked issue.

status?: StatusDetails

The status of the linked issue.

summary?: string

The summary description of the linked issue.

timetracking?: TimeTrackingDetails

The time tracking of the linked issue.