This function returns a text list with all comment creators of the current issue by update date in ascending order.

For anonymous comments an empty string ("") is returned.


allCommentCreators() #Output: Text list



Parser expressionDescription


allCommentCreators()


This example returns all issue commenters, e.g.:

"admin.istrator, bob.smith"



This function returns a




Variant where you additionally define issue keys.


allCommentCreators(keys) #Output: Text list



Parser expressionDescription


allCommenters(%{parent.key})


This example returns a text list with the user names of comment authors of the parent issue.



Parameters used in this function

ParameterInput (data type)Description
keys

A text containing issue keys as a comma-separated list.



This function returns a




Variant where you can additionally define specific issues in an issue list.


allCommentCreators(list) #Output: Text list



Parser expressionDescription


allCommentCreators(linkedIssues("is blocked by"))


This example returns a text list with all the commenters for linked issues blocking the current issue.

To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).



This function returns a


If you additionally want users who have updated comments, have a look at allCommenters().





Status
Tech review

Style guide




Short description

Returns all comment creators

Output

Available since

Label