I have multiple pages in confluence for various different engagements. I am trying to pull the subset of work for my team within the projects. I can do this with the query -
(project in (project name) AND assignee in (list of user names)
However, I then have this query on dozens of confluence pages and every time a person is added or removed from the team, all pages need to be updated. Is there an easy way to create group or a query I can combine with the project name so I would just have 1 place to modify the list of users?
Greg,
You should be able to create a user group and then query with it like this: project in (project name) AND assignee in membersOf("GroupName")
Haven't tested it, but should work.
Regards,
Laurens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.