After the sync process is finished you can use the following available custom fields. They can be used in JQL queries, within an issue search as a column or on any screen you see fit.
comment count
The amount of comments an issue has
internal comment count
This is a JSM
specific field and holds the amount of comments marked as internal
within an issue
public comment count
This is a JSM
specific field and holds the amount of comments marked as public
within an issue
last comment
The last comment of an issue as text. (maximum 255 characters)
last commenter
The display name of the user posting the last comment
last comment date
The date of the last comment. This field is usable in JQL with date functions like startOfMonth() or -4w
and is sortable.
last commenter is assignee
Is set to 'true'
if the last commenter is also the assignee
last commenter is reporter
Is set to 'true'
if the last commenter is also the reporter
last commenter is creator
Is set to 'true'
if the last commenter is also the creator of the issue
first comment
The first comment of an issue as text. (maximum 255 characters)
first commenter
The display name of the user posting the first comment
first comment date
The date of the first comment. This field is usable in JQL with date functions like startOfMonth() or -4w
and is sortable.
first commenter is assignee
Is set to 'true'
if the first commenter is also the assignee
first commenter is reporter
Is set to 'true'
if the first commenter is also the reporter
first commenter is creator
Is set to 'true'
if the first commenter is also the creator