Hello I have a sharepoint 2010 enterprise with a project server 2010 on it and I am trying to retrieve the list of risks and issues from a project using Visual Studio 2010 C#. I would like to be able to retrieve all of the data associated with a Risk and display it in my application.
I have been researching it for a few hours now and cannot seem to get anywhere.. I read that you can link tasks with risks and find them that way, but I want to be able to find all risks and issues no matter if they are linked to a task or not.
I see that A project dataset(SvcProject.ProjectDataSet) created using ReadProject has WPROJ_RISK_LIST_NAME and WPROJ_ISSUE_LIST_NAME columns with a GUID -> could I somehow use that to retrieve??
Any help would be greatly appreciated!