Allows access to information specific to the page that is passed in.
Information | Description | |
---|---|---|
actionName | The name of the action that was requested (e.g. viewArtifact, listTrackers) | |
currentUser | User object that contains information about the current user:
|
|
path | The full path string of the requestʹs target object (e.g. projects.test/trackers.foo/bar). If no path is present on the request, this returns an empty string. | |
projectPath | The project path (e.g. projects.test) on the current folderPath or an empty string if none exists (no path context or just a project context). | |
itemName | The name of the item (e.g. artf1234, Home) on the current request or an empty string if there is no path context or just a project or folder context. | |
objectId | The id of the requested object (e.g. artf1234, proj1234). | |
objectType | The type string of the current object (i.e. An artifact would have Tracker.Artifact | |
projectId | The ID of the project on the request or the project that contains the current folder or item. | |
requestUrl | The URL that was requested (e.g. /ce/tracker/do/viewArtifact/projects.test/tracker.foo/artf1234). | |
isSuperUser | True if the current user is a site admin. | |
isLoggedIn | True if the current user is logged into the system. |