The exclusion rules for the plan.

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

Properties

issueIds?: number[]

The IDs of the issues to exclude from the plan.

issueTypeIds?: number[]

The IDs of the issue types to exclude from the plan.

numberOfDaysToShowCompletedIssues?: number

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

releaseIds?: number[]

The IDs of the releases to exclude from the plan.

workStatusCategoryIds?: number[]

The IDs of the work status categories to exclude from the plan.

workStatusIds?: number[]

The IDs of the work statuses to exclude from the plan.