You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
For one of our clients we have a use case where we want to hide some UI elements in Jira for some projects and some specific groups using ScriptRunner:
#datesmodule
#peoplemodule
#activitymodule
sidebar-navigation-panel
Not sure how that can be done using the Hide UI Element Built-In Script. Ideas anyone? Thanks!
Hi @Berry Kersten ,
You can try using
com.atlassian.jira.jira-view-issue-plugin:datesmodule
com.atlassian.jira.jira-view-issue-plugin:peoplemodule
Hi @Berry Kersten ,
You can use script fragments to hide UI elements.
https://scriptrunner.adaptavist.com/6.6.0/jira/fragments/HideUIElement.html
Go to Admin → Script Fragments, and select Hide system or plugin UI element and select the project and UI elements that you would like to hide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Niranjan great, thanks! Found it :-)
One more question, I don't see script fragments for the People and Dates panel.
Is it possible to add them manually that you know of?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Berry,
Did you find a solution for your request ? I would like to do the same ...
Thanks.
Catherine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Catherine,
Yes, that's:
com.atlassian.jira.jira-view-issue-plugin:datesmodule
com.atlassian.jira.jira-view-issue-plugin:peoplemodule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Berry,
Thanks a lot for your reply.
I tried exactly the same on a preProd instance. Then stop/start Jira. It doesn't work. Reboot the server, and it is the same.
We use Jira Server V8.5.5.
Do you think it is a problem ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not a Groovy guru, but in the condition, can you try != instead of == ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there also a way to disable the issue export button can't find the element on the fragment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.