Class IssueBase
Issue information See: https://docs.atlassian.com/jira/REST/latest/#api/2/issue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Jira.Entities
Assembly: Dapplo.Jira.dll
Syntax
[JsonObject]
public class IssueBase : BaseProperties<string>
Properties
| Improve this Doc View SourceChangelog
Gets or sets the changelogs.
Declaration
[JsonProperty("changelog")]
public Changelog Changelog { get; set; }
Property Value
| Type | Description |
|---|---|
| Changelog | The changelogs. |
Key
Key of the issue
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |