Hi,
I am using Atlassian SDK to grant programmatically some permissions by e.g. permission.add(ProjectPermissions.BROWSE_PROJECTS).
MANAGE_SPRINTS_PERMISSION is not implemented in ProjectPermissions.java
I can't find it.
Please help.
May be it is in Jira Server 8.1.0?
Thank you,
Norbert
I found a way.
Construct a ProjectPermissionKey with the String "MANAGE_SPRINTS_PERMISSION" and use it instead of a member in ProjectPermissions.java
new ProjectPermissionKey("MANAGE_SPRINTS_PERMISSION");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.