Class JiraConfig
Configure settings for a Jira client. Mostly just a wrapper over Microsoft.Internal.Studios.Jira.JiraInitParams, but also meant to be read from a file.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Jira
Assembly: Aruba.Jira.dll
Syntax
public class JiraConfigProperties
View SourceEnableRichText
Gets or sets a value indicating whether or not to enable rich text.
Declaration
public bool EnableRichText { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
ProjectName
Gets or sets the project name.
Declaration
public string ProjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ServiceUri
Gets or sets the service URI.
Declaration
public Uri ServiceUri { get; set; }Property Value
| Type | Description | 
|---|---|
| Uri | 
TagWhitepaceReplacementString
Gets or sets the value to use to replace whitespace in strings. Default is string.Empty;
Declaration
public string TagWhitepaceReplacementString { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
View SourceToJiraInitParams()
Creates and returns JiraInitParams based on this JiraConfig.
Declaration
public JiraInitParams ToJiraInitParams()Returns
| Type | Description | 
|---|---|
| JiraInitParams | The JiraInitParams based on this JiraConfig. |