Previously, we used javascript in Announcement Banner to hide the Project Field. However, if a user is in two groups and above, the user must be able to choose which Project. In order to this, I have remove the line $('#project-single-select').parent().hide() from our script.
But now, during the selection of Projects field in the Create Issue screen, users who are only in 1 project is able to see other Projects which they do no have permission for those projects.
Now, I want to either HIDE the project field for these users or only show the list of projects that they have permission for at Create Issue screen.
What should I do to achieve this? Is it possible to do it with script runner?
Hi @changmle ,
This is handled in Jira with permission schemes. Only users who have the "Create Issue" permission are able to select the project when creating an issue.
If you need more advanced conditions, you can use scriptrunner. But I would strongly advise to use the permission schemes if you can work with groups.
Antoine
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.