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

    Interface GetExclusionRulesResponse

    interface GetExclusionRulesResponse {
        issueIds?: number[];
        issueTypeIds?: number[];
        numberOfDaysToShowCompletedIssues: number;
        releaseIds?: number[];
        workStatusCategoryIds?: number[];
        workStatusIds?: number[];
    }
    Index

    Properties

    issueIds?: number[]

    The IDs of the issues excluded from the plan.

    issueTypeIds?: number[]

    The IDs of the issue types excluded from the plan.

    numberOfDaysToShowCompletedIssues: number

    Issues completed this number of days ago are excluded from the plan.

    releaseIds?: number[]

    The IDs of the releases excluded from the plan.

    workStatusCategoryIds?: number[]

    The IDs of the work status categories excluded from the plan.

    workStatusIds?: number[]

    The IDs of the work statuses excluded from the plan.