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

    Interface ValidationOptionsForCreate

    The level of validation to return from the API. If no values are provided, the default would return WARNING and ERROR level validation results.

    interface ValidationOptionsForCreate {
        levels?: string[];
    }
    Index

    Properties

    Properties

    levels?: string[]