Struct GetTaskManagementIssueDetailsResult
Represents the details of a Task Management issue.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct GetTaskManagementIssueDetailsResult
Constructors
GetTaskManagementIssueDetailsResult(JiraIssueId, string, ITaskManagementIssueType, ITaskManagementIssueStatus, string, string, ITaskManagementUser, ITaskManagementUser, string, string)
Initializes a new instance of the GetTaskManagementIssueDetailsResult class.
Declaration
public GetTaskManagementIssueDetailsResult(JiraIssueId id = default, string key = null, ITaskManagementIssueType type = null, ITaskManagementIssueStatus status = null, string summary = null, string description = null, ITaskManagementUser reporter = null, ITaskManagementUser assignee = null, string url = null, string priority = null)
Parameters
| Type | Name | Description |
|---|---|---|
| JiraIssueId | id | Unique identifier of the issue |
| string | key | Key of the issue, typically in the format "PROJECT-123" |
| ITaskManagementIssueType | type | type |
| ITaskManagementIssueStatus | status | status |
| string | summary | Short summary of the issue |
| string | description | Detailed description of the issue |
| ITaskManagementUser | reporter | reporter |
| ITaskManagementUser | assignee | assignee |
| string | url | Web URL of the issue in the Jira system |
| string | priority | Priority level of the issue, such as "High", "Medium", or "Low" |
Fields
Assignee
Gets or Sets assignee
Declaration
public readonly ITaskManagementUser Assignee
Field Value
| Type | Description |
|---|---|
| ITaskManagementUser |
Description
Detailed description of the issue.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| string |
Id
Unique identifier of the issue.
Declaration
public readonly JiraIssueId Id
Field Value
| Type | Description |
|---|---|
| JiraIssueId |
Key
Key of the issue, typically in the format "PROJECT-123".
Declaration
public readonly string Key
Field Value
| Type | Description |
|---|---|
| string |
Priority
Priority level of the issue, such as "High", "Medium", or "Low".
Declaration
public readonly string Priority
Field Value
| Type | Description |
|---|---|
| string |
Reporter
Gets or Sets reporter
Declaration
public readonly ITaskManagementUser Reporter
Field Value
| Type | Description |
|---|---|
| ITaskManagementUser |
Status
Gets or Sets status
Declaration
public readonly ITaskManagementIssueStatus Status
Field Value
| Type | Description |
|---|---|
| ITaskManagementIssueStatus |
Summary
Short summary of the issue.
Declaration
public readonly string Summary
Field Value
| Type | Description |
|---|---|
| string |
Type
Gets or Sets type
Declaration
public readonly ITaskManagementIssueType Type
Field Value
| Type | Description |
|---|---|
| ITaskManagementIssueType |
Url
Web URL of the issue in the Jira system.
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| string |