Hide UI elements

Berry Kersten September 15, 2020

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!

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 16, 2020

Hi @Berry Kersten ,

You can try using 

com.atlassian.jira.jira-view-issue-plugin:datesmodule

com.atlassian.jira.jira-view-issue-plugin:peoplemodule

2 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 15, 2020

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.

Berry Kersten September 16, 2020

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?

Schermafbeelding 2020-09-16 om 09.12.36.png

support for vo January 20, 2021

Hi Berry,
Did you find a solution for your request ? I would like to do the same ...
Thanks.
Catherine

Berry Kersten January 21, 2021

Hi Catherine,

Yes, that's:

com.atlassian.jira.jira-view-issue-plugin:datesmodule

com.atlassian.jira.jira-view-issue-plugin:peoplemodule

 

Schermafbeelding 2021-01-21 om 11.54.20.png

Like eli.cohen likes this
support for vo January 22, 2021

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.

Script fragment.png

Do you think it is a problem ?

Berry Kersten January 22, 2021

I'm not a Groovy guru, but in the condition, can you try !=  instead of == ?

Like Azfar Masut likes this
eli.cohen March 3, 2021

Is there also a way to disable the issue export button can't find the element on the fragment 

TAGS
AUG Leaders

Atlassian Community Events