Comments
Last updated
Last updated
Name
Type
ReadOnly
References
SupportedOperators
Platform
Description
Id [KEY]
Integer
True
=
Common
The Id of the comment.
IssueId [KEY]
Integer
False
Issues.Id
=,<>,>,>=,<,<=,IN,NOT IN
Common
The Id of the issue.
IssueKey
String
False
Issues.Key
=,<>,>,>=,<,<=,IN,NOT IN
Common
The key of the issue.
IssueCreatedDate
Datetime
True
=,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN
Common
The date the comment's issue was created.
IssueUpdatedDate
Datetime
True
=,<>,>,>=,<,<=,IS,IS NOT,IN,NOT IN
Common
The date the comment's issue was last updated.
AuthorDisplayName
String
True
Users.DisplayName
Common
The display name of the author who made the comment.
AuthorEmail
String
True
Users.EmailAddress
Common
The email address of the author who made the comment.
UpdateDisplayName
String
True
Users.DisplayName
Common
The display name of the author who changed the comment.
UpdateAuthorEmail
String
True
Users.EmailAddress
Common
The email address of the author who edited the comment.
Body
String
False
Common
The body of the comment.
RenderedBody
String
True
Common
The rendered body of the comment.
Created
Datetime
True
Common
The date the comment was created.
Updated
Datetime
True
Common
The date the comment was updated.
VisibilityType
String
False
Common
The visibility type of the comment.
VisibilityValue
String
False
Common
The visibility value of the comment.
AuthorAccountName
String
True
Server
The name of the author who made the comment.
AuthorAccountKey
String
True
Server
The key of the author who made the comment.
UpdateAuthorAccountKey
String
True
Server
The Id of the author who edited the comment.
UpdateAuthorAccountName
String
True
Server
The name of the author who edited the comment.
AuthorAccountId
String
True
Users.AccountId
Cloud
The name of the author who made the comment.
UpdateAuthorAccountId
String
True
Users.AccountId
Cloud
The Id of the author who edited the comment.
Name
Type
Description
JQL
String
JQL (JIRA Query Language) allows you to build structured queries.