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

    Interface LicenseMetric

    A license metric

    interface LicenseMetric {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The key of the license metric.

    value?: string

    The value for the license metric.