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

    Interface IssueContextVariable

    interface IssueContextVariable {
        id?: number;
        key?: string;
        type: string;
    }
    Index

    Properties

    Properties

    id?: number

    The issue ID.

    key?: string

    The issue key.

    type: string

    Type of custom context variable.