Interface ITaskManagementIssueStatus
Represents an interface for Task Management Issue status.
Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementIssueStatus
Properties
Category
The category of the status, which classifies statuses into broader groups such as "TODO", "IN_PROGRESS", or "DONE".
Declaration
string Category { get; }
Property Value
| Type | Description |
|---|---|
| string |
ColorName
The color name associated with the status, used for UI representation.
Declaration
string ColorName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Id of the Status.
Declaration
JiraIssueStatusId Id { get; }
Property Value
| Type | Description |
|---|---|
| JiraIssueStatusId |
Name
Name of the Status.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |