History of Project Area Changes
3 answers
Thanks Jared, can you point me to where it is stored in the db?
This information is not yet exposed in the UI, but if you really need it
in a pinch it's there in the database...
--
Jared Burns
Jazz Process Team
On Wed, 03 Feb 2010 19:38:00 +0000, nplantan wrote:
Is there a way to find out who made a modification to a project area
access control list?
Thanks
This information is not yet exposed in the UI, but if you really need it
in a pinch it's there in the database...
--
Jared Burns
Jazz Process Team
On Thu, 04 Feb 2010 17:23:03 +0000, nplantan wrote:
The read access list is stored in an item called ReadAccessList. Each
ProjectArea item has a reference to a ReadAccessList. So you'd need to
navigate from the project area item to its read access list. Then you'd
look through the states of that access list.
--
Jared Burns
Jazz Process Team
Thanks Jared, can you point me to where it is stored in the db?
Jared Burnswrote:
On Wed, 03 Feb 2010 19:38:00 +0000, nplantan wrote:
Is there a way to find out who made a modification to a project
area
access control list?
Thanks
This information is not yet exposed in the UI, but if you really need it
in a pinch it's there in the database...
The read access list is stored in an item called ReadAccessList. Each
ProjectArea item has a reference to a ReadAccessList. So you'd need to
navigate from the project area item to its read access list. Then you'd
look through the states of that access list.
--
Jared Burns
Jazz Process Team