Description
Returns all the project versions as an array of JVersion structures.
Parameters
Return Type
Example
JVersion [] verObjs = getVersionsObjects("TP"); //projectKey as parameter for(JVersion ver in verObjs) { runnerLog(ver.name); runnerLog(ver.releaseDate); }
Returns an array of JVersion structures containing all the project versions.
See also
We've encountered an issue exporting this macro. Please try exporting this page again later.