From com.atlassian.jira.security.Permissions:
/**
* Permission to administer JIRA
*/
public static final int ADMINISTER = 0;
/**
* Permission to be a System Admin of JIRA
*/
public static final int SYSTEM_ADMIN = 44;
Community moderators have prevented the ability to post new answers.
JIRA permissions explained here.
Thanks! I guess one should read the user guide of a product before starting developing plugins for it ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, can we have a nice formatter for the source code on this site, like they have on stackoverflow? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.