The Confluence LabelAddEvent does not provide the user who added the label... so how do i get that information?
Hmm i think one possibility is it to use the request object
HttpServletRequest request = ServletActionContext.getRequest(); String remoteUser = request.getRemoteUser();
Unfortunatelly this does not work in Confluence 5.1 anymore. Any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solution: ask the labeled page for its labelings page.getLabelings. There is a user name at the labeling.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sandro,
I'm also interested in this functionality, but I could not find any more information about getLabelings. Could you let me know a little bit more information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.