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 text ("") 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(issueKeys) #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
issueKeys

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(issueList) #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
issueList

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().



Use cases and examples




Status
Tech review

Style guide




Parser function cloud
Map(question)
Notes

Workaround


issue.comments.map(c=>c.author.displayName)







Short description

Returns all comment creators

Output

Available since

Label