Details about a licensed Jira application.

interface LicensedApplication {
    id: string;
    plan: "UNLICENSED" | "FREE" | "PAID";
}

Properties

Properties

id: string

The ID of the application.

plan: "UNLICENSED" | "FREE" | "PAID"

The licensing plan.