You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

Syntax
allCommentCreators() #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


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.

Syntax
allCommentCreators(string issue_keys) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


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.

Syntax
allCommentCreators(text list l) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST