-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change the assignee to their group #293
Comments
Hi, There is a logic error in this request. If I understand correctly, the request is that if a user creates an issue, the issue assignee should be the group of which the user is a member. The problem with this is that a user can be a member of several groups, if a user is in 3 groups, which group should be assigned to the issue as assignee? The code below assigns the first group in which the user who created the issue is included:
I hope it helps! |
how i can choose (assigned_to_id) from array and this group_id and each group_id for only one project
the answer is one form assigned _to_id ,and this id its currently member in project |
@AirTibu any news |
How I can choosing the first option group |
Hi, I'm not sure if I understand your intent correctly, but if everything is correct, you want this:
If so, then use this code
I hope it helps! |
Thx for replying me I'm using the JavaScript to choose first option in list groups If status id 1 then assigned to id
|
Hi, Ok, I understand now. Try this code:
I hope it helps! |
Hi all
What the code if the user create issue the assignee her group
The text was updated successfully, but these errors were encountered: