InedoSDK Reference
Version:

IssueTrackerIssue Class

Describes an issue in an issue tracker project

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.IssueTrackers.IssueTrackerIssue

Syntax

public sealed class IssueTrackerIssue : IEquatable<T>

Properties

Name Description
Description

HTML description of the issue.

Id

unique ID of the issue.

IsClosed

value indicating whether the issue is considered closed.

Status

current status of the issue.

SubmittedDate

TC date when the issue was submitted.

Submitter

name of the user that submitted the issue.

Title

HTML title of the issue.

Type

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

Url

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