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

Compare with Current View Page History

« Previous Version 5 Next »

This function returns a number list with the start dates for versions in text versions for current issues project. Parameter versions is a comma-separated list of version names.

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

This example returns the number list of start dates for fixed versions.

%{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 the parameter projects is a comma-separated list of project keys or project names.

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

This example returns the number list of start 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