Hi folk,
is it possible to develop a plugin that prevents users of the Jira Admin group from performing other actions than the user administration?
I think about a router, they check any URLs under /jira/admin/*. Some URL-pattern need a membership in a group. When you are not in needed gruop, you will be redirect to error-page.
Has anyone ideas?