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

    Interface AddSecurityLevelMembers

    Details of issue security scheme level new members.

    interface AddSecurityLevelMembers {
        levelId: string;
        members?: Version3Models.SecuritySchemeLevelMember[];
        schemeId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    levelId: string

    The ID of the issue security level.

    The list of level members which should be added to the issue security scheme level.

    schemeId: string

    The ID of the issue security scheme.