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

Compare with Current View Page History

« Previous Version 4 Next »

This function returns a number list with the release dates for versions in string versions for current issues project.

The parameter versions is a comma-separated list of version names.

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

This example 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
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST


Variant where you additionally define 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(string versions, string projects) #Output: Number list
Examples
Parser expressionDescription
releaseDates(%{00077}, "CRM")

This example 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST