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

    Interface IdOrKey

    interface IdOrKey {
        id?: number;
        key?: string;
    }
    Index

    Properties

    Properties

    id?: number

    The ID of the referenced item.

    key?: string

    The key of the referenced item.