Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CustomerRequestLink

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

    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.