Interface IIntegrationJiraIssue
Represents an interface for integration details for a Jira Issue.
Namespace: Unity.Cloud.Collaboration.Models.JiraIssue
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface IIntegrationJiraIssue
Properties
JiraIssueId
The id of the Jira Issue.
Declaration
JiraIssueId JiraIssueId { get; }
Property Value
| Type | Description |
|---|---|
| JiraIssueId |
JiraIssueKey
The key of the TaskManagement Issue.
Declaration
string JiraIssueKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
JiraIssueUrl
The url of the TaskManagement Issue.
Declaration
string JiraIssueUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
JiraProjectConfigId
The project configuration id.
Declaration
JiraProjectConfigId JiraProjectConfigId { get; }
Property Value
| Type | Description |
|---|---|
| JiraProjectConfigId |
SourceAnnotationId
The source annotation id.
Declaration
AnnotationId SourceAnnotationId { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationId |
Type
The type of integration.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |