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

    Interface GetAllUserDataClassificationLevels

    interface GetAllUserDataClassificationLevels {
        orderBy?: string;
        status?: string[];
    }
    Index

    Properties

    Properties

    orderBy?: string

    Ordering of the results by a given field. If not provided, values will not be sorted.

    status?: string[]

    Optional set of statuses to filter by.