Class Comment
Comment information See: https://docs.atlassian.com/jira/REST/latest/#api/2/attachment
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 Comment : BaseProperties<long>
Properties
| Improve this Doc View SourceAuthor
Who created the comment
Declaration
[JsonProperty(PropertyName = "author")]
public User Author { get; set; }
Property Value
Type | Description |
---|---|
User |
Body
The text of the comment
Declaration
[JsonProperty(PropertyName = "body")]
public string Body { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Created
When was the comment created
Declaration
[JsonProperty(PropertyName = "created")]
public DateTimeOffset? Created { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
UpdateAuthor
Who updated the comment
Declaration
[JsonProperty(PropertyName = "updateAuthor")]
public User UpdateAuthor { get; set; }
Property Value
Type | Description |
---|---|
User |
Updated
When was the comment updated
Declaration
[JsonProperty(PropertyName = "updated")]
public DateTimeOffset? Updated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Visibility
Is a comment visible
Declaration
[JsonProperty(PropertyName = "visibility")]
public Visibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
Visibility |