Describes an issue in an issue tracker project
Name | Description | |
---|---|---|
IssueTrackerIssue(string Id, string Status, string Type, string Title, string Description, string Submitter, System.DateTime? SubmittedDate, bool IsClosed, string Url) |
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. |