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

    Interface Organization

    interface Organization {
        id?: string;
        Links?: SelfLink;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    A unique system generated ID for the organization.

    Links?: SelfLink
    name?: string

    Name of the organization.