BuildMaster SDK Reference
Version:

IIssueTrackerIssue Interface

Describes an issue in an issue tracker.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.IssueTrackerConnections.IIssueTrackerIssue

Syntax

public interface IIssueTrackerIssue

Properties

Name Description
Description

Gets the HTML description of the issue.

Id

Gets the unique ID of the issue.

IsClosed

Gets a value indicating whether the issue is considered closed.

Status

Gets the current status of the issue.

SubmittedDate

Gets the UTC date when the issue was submitted.

Submitter

Gets the name of the user that submitted the issue.

Title

Gets the HTML title of the issue.

Type

Gets the type of the issue (e.g. bug, feature, task).

Url

Gets the URL of the issue in the original issue tracker if applicable.