Status
Tech review

Style guide




Short description

The function returns a text list with the user names of comment creators in the current issue, in ascension order by commenter's actuation time.

Output

Available since




The function returns a text list with the user names of comment creators in the current issue, in ascension order by commenter's actuation time. The same user appears in the output as many times as comments has created.

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


allCommentCreators() #Output: Text list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a




The function returns a text list with the user names of comment creators in issues with keys in issue_keys, in order of appearance in issue_keys, and in ascension order by commenter's actuation time. The same user appears in the output as many times as comments have been created.

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


allCommentCreators(string issue_keys) #Output: Text list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a




The function returns a text list with the user names of comment creators of issues in l, in order of appearance in l, and in ascension order by commenter's actuation time. The same user appears in the output as many times as comments have been created.

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


allCommentCreators(text list l) #Output: Text list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a