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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a NUMBER LIST with the release dates for versions in string versions for current issues project. Parameter versions is a comma-separated list of version names.

Syntax
releaseDates(text versions) #Output: Number list
Examples
Parser expressionDescription
releaseDates(%{00074}) 

The function returns a NUMBER LIST representing the list of release dates for Fix Version/s.

%{00074} is field code for Fix Version/s.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST


The function returns a NUMBER LIST with the release dates for versions in text versions for projects in parameter projects.

The parameter versions is a comma-separated list of version names and parameter projects is a comma-separated list of project keys or project names.

Syntax
releaseDates(text versions, text projects) #Output: Number list
Examples
Parser expressionDescription
releaseDates(%{00077}, "CRM")

The function returns a NUMBER LIST representing the list of release dates for affected versions for the project with key "CRM".

%{00077} is field code for Affects Version's.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST