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 |