Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function returns a number list of the dates (or timestamps) of related comments.


Code Block
languagebash
titleSyntax
linenumberstrue
allCommentDates() #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
allCommentDates()


This example returns all dates (timestamps) comments were added to the current issue, e.g.:

1605712204125, 1605712204845


Code Block
languagebash
linenumberstrue
first(allCommentDates())


This example returns the timestamp of the most recent comment, e.g:

1605712204854

To achieve this, the following functions are used:



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list




UI Text Box
sizemedium
typeinfo

Variant where you can additionally define issue keys.


Code Block
languagebash
titleSyntax
linenumberstrue
allCommentDates(issueKeys) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
allCommentDates("SW-1,SW-2")


This example returns a number list with the timestamps of the comment dates for issues with the key SW-1 and SW-2, e.g:

1605712204125, 1605712204845



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKeys

Status
subtletrue
titletext

A text containing issue keys as a comma-separated list.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list




UI Text Box
sizemedium
typeinfo

Variant where you can additionally define specific issues in an issue list.


Code Block
languagebash
titleSyntax
linenumberstrue
allCommentDates(issueList) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
allCommentDates(issuesFromJQL("project = CRM"))


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueList

Status
subtletrue
titleissue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Parser functions
cqllabel = "parser_func_allcommentdates" and space = currentSpace()


Page properties
hiddentrue


Short description

Returns the dates of specified comments

Output

Status
subtletrue
titlenumber list

Available since

Status
subtletrue
colourRed
titleneeds lookup

Label