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

Compare with Current View Page History

« Previous Version 5 Next »

The function returns the dates of related comments.

Syntax
allCommentDates() #Output: Number list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST


Variant where you can additionally define issue_keys.

Syntax
allCommentDates(text issue_keys) #Output: Number list
Examples
Parser expressionDescription
allCommentDates(["SW-1", "SW-2"])

This example returns a number list with all the comment dates for issues with the key SW-1 and SW-2.

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST


Variant where you can additionally define issue_list.

Syntax
allCommentDates(issue list issue_list) #Output: Number list
Examples
Parser expressionDescription
allCommentDates(issuesFromJQL("project = softwareProject"))

This example returns a number list with all the comment dates for all issues in the project softwareProject.

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST