I’m trying to extract a local Jira group (i.e. development_managers), perferrably in Perl but I can adapt. The managers want a backdoor to perform their svn commits without all the validation I put in place between Jira and the svn commit. Right now I have a hardcoded list of managers but I would rather extract it from my already defined local Jira group.
Can I do this with the raw SOAP interface. Code snippet would be great. Any ideas would be a great help.
Soap interface do support the getGroup and the RemoteGroup returned contains a method getUsers. Does this help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.