How to identify whether group used for JIRA Software License Programmatically

Manjunatha S August 16, 2017

In JIRA how to identify special groups

Eg: jira-administrators and jira-software-users

I could able to identify jira-administrators from Global Permissions as below.

Collection<Group> jiraAdminGroups = ComponentAccessor.getGlobalPermissionManager().getGroupsWithPermission(GlobalPermissionKey.SYSTEM_ADMIN);

I am not able to identify JIRA default group for software(License Group).

Thank You

1 answer

0 votes
Parashar Joshi
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.
October 12, 2017

Suggest an answer

Log in or Sign up to answer