This function returns a text list with all comments in the current issue by creation date in ascending order.
Bash
allComments() #Output: Text list
Variant where you can additionally define issue keys.
Bash
allComments(issueKeys) #Output: Text list
Variant where you can additionally define specific issues in an issue list.
Bash
allComments(issueList) #Output: Text list
📚 Use cases and examples
| Use case |
|---|
| No content found. |