projectObject
     
    
Description
Returns the project properties.
Parameters
Return Type
The properties of the project.
Example
JProject prj = projectObject("TP");
runnerLog("Project id is:" + prj["id"]);
runnerLog("Project key is:"  + prj["key"]);
runnerLog("Project name is:"  + prj["name"]);
runnerLog("Project description is:"  + prj["description"]);
runnerLog("Project lead is:"  + prj["lead"]);
runnerLog("Project url is:"  + prj["url"]);
runnerLog("Project unassigned by default:"  + prj["unassignedByDefault"]);
runnerLog("Project category is:" + prj["category"]);
runnerLog("Project type is:" + prj["projecttype"]);See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
