BuildMaster SDK Reference
Version:

ChangeIssueStatus(IssueTrackerConnectionContext context, string issueId, string issueStatus) Method

Changes the status of the specified issue.

Syntax

public abstract void ChangeIssueStatus(IssueTrackerConnectionContext context, string issueId, string issueStatus)

Parameters

context
Type: IssueTrackerConnectionContext

The current issue tracker context.

issueId
Type: string

The ID of the issue whose status will be changed.

issueStatus
Type: string

The new status of the issue.

Exceptions

System.ArgumentNullException

context is null (Nothing in Visual Basic) or issueId is null (Nothing in Visual Basic) or empty.