Hi!
Can you tell me how to make such a change in the code in my custom plugin that only users from one particular group can use this add-on?
Thanks
Hello,
Find the entry point in your plugin and put there condition on user groups.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at SALs usermanager - it’s probably got the easiest api for this. But you’ll have to do it programmatically.
Youll probably also want to ask these types of questions of at community.developers.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot add some "security level" for entire add-on. Because add-on is a set of pages, JQL functions, gadgets and so on.
You should add permission check for each module:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.