Interface ITaskManagementIssueType
Represents an interface for Task Management Issue type.
Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementIssueType
Properties
IconUrl
URL to the icon for the Issue type.
Declaration
string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Id of the Issue type.
Declaration
JiraIssueTypeId Id { get; }
Property Value
| Type | Description |
|---|---|
| JiraIssueTypeId |
Name
Name of the Issue type.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |