Hi,
I am using the "Insight Jira & Bitbucket Integration" plugin which has created JIRA user and group objects. I would like to set up a Confluence page that uses the Insight Confluence macro to display a user a table with their group membership listed and the users of that group listed as well. I want to use currectUser() so everyone who visits sees only their groups and group members.
So far I am half way there and I can display a users groups, but not the group members with:
objectType = Group AND HAVING inR("JIRA User" = currentUser())
The resulting table gives the user a graph link where they can see the users floating around but I want the group members listed in the table on the page. Can someone help?
Thanks!
Glenn