docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    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)