Project Membership(s)
is there a utility or command line function that can be run to find out all the project areas that a given user has access too ... I know I can find that information individually, but it would be nice to be able to say
User= X - displayListofProjectMembership for example. that would return
X : Project A, Project B etc,
Perhaps it already exists and I just don't know about it ;0)
Accepted answer
I once created https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/ that describes how that could be done.
The section "Only Analyze the Process Areas of One User" is what you want.