interface CustomerRequestLink {
    agent?: string;
    jiraRest?: string;
    self?: string;
    web?: string;
}

Properties

agent?: string

Jira agent view URL for the request.

jiraRest?: string

REST API URL for the request.

self?: string
web?: string

Web URL for the request.