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

    Interface LicensedApplication

    Details about a licensed Jira application.

    interface LicensedApplication {
        id: string;
        plan: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the application.

    plan: string

    The licensing plan.