/
projectObject
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
, multiple selections available,
Related content
allProjects
allProjects
Read with this
admProjectProperties
admProjectProperties
More like this
Predefined structure types
Predefined structure types
Read with this
projectObject
projectObject
More like this
Power Scripts for Jira
Power Scripts for Jira
Read with this
getProjectKeyById
getProjectKeyById
More like this