Hi*
We are working with about 40 different global permission groups.
I need to know, how many users/members are in each group.
Maybe someone already have a sql query or script for ScriptRunner?!
Thanks!
Björn
Hello,
You can use the following to get the last transaction user in history
ComponentAccessor.changeHistoryManager
.getChangeItemsWithFieldsForIssues([issue], ['status']).sort { it.timePerformed }.last().authorObject
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.