Description
Returns all the project versions.
Parameters
Return Type
String []
All the project components names, as returned by the underlying Jira layer.
Example
admGetProjectVersions("TP");
Returns a String[] containing the project versions names.
use "adm"; //to announce the package usage getVersions("TP");
Specify adm to use the getVersions naming.
Returns a String[] containing the project versions names.