Hello,
I try to copy the users from a group into a field with the Admin Toolbox for Jira.
For this I use usersInGroup(string groupName) in the function "parsed text to field". When I add a group name as described in the documentation, I get a syntax error.
With the function nextUserInGroup(string group, string queue) I can add a group name for "string group".
I think this is due to the expected strings group and groupName but what is expected at groupName?
Greetings
@DasJo
Please try this expression:
Did you have the comma (,) in the first userInGroup? It doesn't appear to be in the above text.
It shows userInGroup(string groupName) instead of userInGroup(string, groupName)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no comma (,) in the documentation.
I tried the comma anyway and it still doesn't work. According to the documentation, the different user groups can be separated by commas.
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.