I need to have the "Create Projects" menu item visible to only a specific group.
What's going on?
When you enabled fragment locator, scriptrunner generates a bunch of fragments for all the various locations where new web-items could be insrted.
So what you've attempted to hide is one of those dynamically generated fragment.
Web-items can't be identified with the fragment locator. Only sections and panels.
What you want to hide are these two:
There is no easy way to identify a web item's key even using the fragment locator. You just have to filter with something useful (like create or project) and scan through the list and try likely candidates until you find the one you like/want.
That did it, thank you
It looks like you're new here. Sign in or register to get started.