After the sync process is finished you can use the following available custom fields. They can be used in JQL queries, within an work item search as a column or on any screen you see fit.
-
comment count
The amount of comments a work item has -
internal comment count
This is aJSMspecific field and holds the amount of comments marked asinternalwithin a work item -
public comment count
This is aJSMspecific field and holds the amount of comments marked aspublicwithin a work item -
agent reply count
This is aJSMspecific field and holds the amount ofpubliccomments by all agents within a work item -
customer reply count
This is aJSMspecific field and holds the amount of comments by the customer within a work item -
last comment
The last comment of a work item 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 likestartOfMonth() or -4wand 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 work item -
last commenter is customer
Is set to'true'if the last commenter is also a customer -
last comment is agent response
Is set to'true'if the last comment is public and by an agent account -
last comment is internal
Is set to'true'if the last comment is an internal comment not visible to the customer -
last assignee comment date
The date of the last comment by the assignee. This field is usable in JQL with date functions likestartOfMonth() or -4wand is sortable. -
last agent response date
The date of the last public agent response. This field is usable in JQL with date functions likestartOfMonth() or -4wand is sortable. -
last customer comment date
The date of the last customer comment. This field is usable in JQL with date functions likestartOfMonth() or -4wand is sortable. -
first comment
The first comment of a work item 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 likestartOfMonth() or -4wand 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