docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITaskManagementIssueTypeExtended

    Represents an interface for Task Management Issue Type with additional data and description for the issue and it's type

    Inherited Members
    ITaskManagementIssueType.Id
    ITaskManagementIssueType.Name
    ITaskManagementIssueType.IconUrl
    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>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)