Table of Contents

Class Issue

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Jira.Response
Assembly
MES.MQC.DataSourceLibrary.dll
public class Issue
Inheritance
Issue
Inherited Members

Properties

Expand

public string Expand { get; set; }

Property Value

string

Fields

public Dictionary<string, dynamic> Fields { get; set; }

Property Value

Dictionary<string, dynamic>

Id

public string Id { get; set; }

Property Value

string

Key

public string Key { get; set; }

Property Value

string

Self

public string Self { get; set; }

Property Value

string

Methods

GetValue(string)

public object GetValue(string field)

Parameters

field string

Returns

object

GetValue<T>(string)

public T GetValue<T>(string field)

Parameters

field string

Returns

T

Type Parameters

T