Class IssueWithFields<TFields>
Issue information See: https://docs.atlassian.com/jira/REST/latest/#api/2/issue
Inheritance
System.Object
BaseId<System.String>
BaseProperties<System.String>
IssueWithFields<TFields>
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 IssueWithFields<TFields> : IssueBase where TFields : IssueFields
Type Parameters
Name | Description |
---|---|
TFields |
Properties
| Improve this Doc View SourceFields
Fields for the issue
Declaration
[JsonProperty(PropertyName = "fields")]
public TFields Fields { get; set; }
Property Value
Type | Description |
---|---|
TFields |
RenderedFields
Fields for the issue, but wiki markup is now rendered to HTML This will be in the response when expand=renderedFields
Declaration
[JsonProperty(PropertyName = "renderedFields")]
public TFields RenderedFields { get; set; }
Property Value
Type | Description |
---|---|
TFields |