BuildMaster SDK Reference
Version:

IIssueStatusUpdater Interface

Implemented by an IssueTrackerConnectionBase to indicate that the issue tracker supports changing the status of issues.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.IssueTrackerConnections.IIssueStatusUpdater

Syntax

public interface IIssueStatusUpdater

Methods

Name Description
ChangeIssueStatus(IssueTrackerConnectionContext context, string issueId, string issueStatus)

Changes the status of the specified issue.

ChangeStatusForAllIssues(IssueTrackerConnectionContext context, string fromStatus, string toStatus)

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