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

    Interface DefaultLevelValue

    Details of scheme and new default level.

    interface DefaultLevelValue {
        defaultLevelId: string;
        issueSecuritySchemeId: string;
    }
    Index

    Properties

    defaultLevelId: string

    The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.

    issueSecuritySchemeId: string

    The ID of the issue security scheme to set default level for.