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

    Interface SetProjectProperty

    interface SetProjectProperty {
        projectIdOrKey: string | number;
        propertyKey: string;
        propertyValue: any;
    }
    Index

    Properties

    projectIdOrKey: string | number

    The project ID or project key (case sensitive).

    propertyKey: string

    The key of the project property. The maximum length is 255 characters.

    propertyValue: any