Find Workspace an Project OID
This may seem to be a very basic question but I couldn't find it inside Rally, so here it is, where can I find the workspace and project OID inside rally? For the benefit of other users who may want to know the answer to it, here are a couple of ways of find OIDs. One of them is to create a custom page and paste this code in the HTML section: <html> Current Workspace ID: __WORKSPACE_OID__ Current Project ID: __PROJECT_OID__ Current User ID: __USER_OID__ Curent User Name: __USER_NAME__ </html> The custom page will display the OIDs: Current Workspace ID: 11111 Current Project ID: 22222 Current