Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA Script Runner : Get group information when a used to added to it.

Shivashankar Boloor Prakash March 8, 2018

Hi,

Im trying update a user property when an user is added to any group.

Im using "Events: GroupMembershipCreatedEvent" to trigger when ever a user is added. 

Is there a way to find out to which group the user was added to that triggered GroupMembershipCreatedEvent? Im new to JIRA and script runner development environment. Any suggestion in the right direction will be very helpful. 

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Joshua Yamdogo @ Adaptavist
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2018

Hi Shivashankar,

According to https://docs.atlassian.com/atlassian-crowd/3.1.1/com/atlassian/crowd/event/group/GroupMembershipsCreatedEvent.html

You can simply call getGroupName() on the event to get the name of group within the event.

Regards,

Josh

TAGS
AUG Leaders

Atlassian Community Events