/
admProjectProperties
admProjectProperties
Description
Returns the project properties.
Parameters
Return Type
The properties of the project.
Example
JProject prj = admProjectProperties("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
Peacock
, multiple selections available,
Related content
admProjectExists
admProjectExists
More like this
admProjectExists
admProjectExists
More like this
admGetProjectPropertyValues
admGetProjectPropertyValues
More like this
admSetProjectPropertyValue
admSetProjectPropertyValue
More like this
admGetProjectsByPriorityScheme
admGetProjectsByPriorityScheme
More like this
admGetIssueTypeSchemeForProject
admGetIssueTypeSchemeForProject
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.