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

    Interface GetOrganizationProperty

    interface GetOrganizationProperty {
        organizationId: string;
        propertyKey: string;
    }
    Index

    Properties

    organizationId: string

    The ID of the organization from which the property will be returned.

    propertyKey: string

    The key of the property to return.