docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITaskManagementSearchIssue

    Represents an interface for Task Management Issue.

    Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public interface ITaskManagementSearchIssue

    Properties

    Html

    HTML representation of the search result with the matched query string highlighted with the HTML strong tag.

    Declaration
    string Html { get; }
    Property Value
    Type Description
    string

    IconUrl

    URL to the icon for the Issue.

    Declaration
    string IconUrl { get; }
    Property Value
    Type Description
    string

    Id

    Id of the Issue.

    Declaration
    JiraIssueId Id { get; }
    Property Value
    Type Description
    JiraIssueId

    Key

    Key of the Issue.

    Declaration
    string Key { get; }
    Property Value
    Type Description
    string

    Summary

    The summary of the Issue in plain text.

    Declaration
    string Summary { 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)