Interface ITaskManagementProjectConfigBase
Represents a base interface for Task Management Project Config.
Namespace: Unity.Cloud.Collaboration.Models.JiraConfig
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ITaskManagementProjectConfigBase
Properties
DefaultReporter
Gets or Sets defaultReporter
Declaration
ITaskManagementUser DefaultReporter { get; }
Property Value
| Type | Description |
|---|---|
| ITaskManagementUser |
IsRestricted
If true, have to be assigned to a internal project, else will be visible to all internal projects in organization.
Declaration
bool IsRestricted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
JiraProjectConfigId
Id of the ProjectConfig.
Declaration
JiraProjectConfigId JiraProjectConfigId { get; }
Property Value
| Type | Description |
|---|---|
| JiraProjectConfigId |
Project
Gets or Sets project
Declaration
ITaskManagementProject Project { get; }
Property Value
| Type | Description |
|---|---|
| ITaskManagementProject |