BuildMaster SDK Reference
Version:

ChangeStatusForAllIssues(IssueTrackerConnectionContext context, string fromStatus, string toStatus) Method

Changes the status of all of the issues in the specified context that have the specified initial status.

Syntax

public abstract void ChangeStatusForAllIssues(IssueTrackerConnectionContext context, string fromStatus, string toStatus)

Parameters

context
Type: IssueTrackerConnectionContext

The current issue tracker context.

fromStatus
Type: string

The initial status. If null (Nothing in Visual Basic), any status will match.

toStatus
Type: string

The new status of the matching issues.

Exceptions

System.ArgumentNullException

context is null (Nothing in Visual Basic).