Interface ITaskManagementIssueTypeExtended
Represents an interface for Task Management Issue Type with additional data and description for the issue and it's type
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementIssueTypeExtended : ITaskManagementIssueType
Properties
IsSubtask
If true, a parent Issue needs to be included in create issue request
Declaration
bool IsSubtask { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSupported
If false, this issue cannot be created.
Declaration
bool IsSupported { get; }
Property Value
| Type | Description |
|---|---|
| bool |
NotSupportedReasons
If IsSupported=false, this will contain a list for reasons why the Issue type cannot be created.
Declaration
IReadOnlyList<string> NotSupportedReasons { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |