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

    Interface JsonContextVariable

    interface JsonContextVariable {
        type: string;
        value?: any;
    }
    Index

    Properties

    Properties

    type: string

    Type of custom context variable.

    value?: any

    A JSON object containing custom content.