Interface ITaskManagementServerConfig
Represents an interface for Task Management Server Config with additional server properties.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementServerConfig : ITaskManagementServerConfigBase<ITaskManagementProjectConfig>
Properties
Url
The URL of the Jira server.
Declaration
string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Username used to connect to the Jira server.
Declaration
string Username { get; }
Property Value
| Type | Description |
|---|---|
| string |