Hide History tabs in JIRA activity panel.

DILEEP KUMAR May 29, 2018

Hi,

I wanted to hide the history tab in activity panel. Could anyone help, how to achieve this ?

Regards,

Dileep.

ActivityPanel.PNG 

4 answers

2 votes
Oleg Voytenko
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 11, 2022

Hey @DILEEP KUMAR @Fernando Passos 

One of the possible solutions is to disable one of the system app's modules. In JIRA we have the native app - "Issue Tab Panels Plugin" which is responsible for rendering:

  • all tab;
  • comment tab;
  • work log tab;
  • history tab. 

 

I am attaching the example of how to disable the history tab: 

BEFORE: 

Снимок экрана 2022-12-11 в 16.49.52.png

STEPS:
JIRA Administration -> Manage apps > Filter by System apps > Issue Tab Panels Plugin > Expand all modules > Change History Tab Panel > Disable 

RESULT: 

Снимок экрана 2022-12-11 в 16.48.45.png

-----
P.S.: It might be interesting to hide the activity tab that might also show the history. In order to hide this tab you need to disable another plugin's module – "JIRA Activity Stream Plugin". 

STEPS:

JIRA Administration -> Manage apps > Filter by System apps > JIRA Activity Stream Plugin > Expand all modules > Activity Stream Issue Tab Panel > Disable 

Best, 
Oleg. 

1 vote
Yogesh Mude
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.
May 29, 2018

Hi @DILEEP KUMAR

What do you want to achieve with this?

I don't think so this will be possible with configurations may be you need to go with Javascript and all.

DILEEP KUMAR May 29, 2018

Thanks Yogesh for response !!

I wanted to hide this, so that other user cant't see the history.

Could please suggest, how to achieve this using Java Script ?

Regards,

Dileep. 

DILEEP KUMAR May 30, 2018

Hi All/ @Yogesh Mude,

I am able to hide all the content of Activity Panel. I wanted to hide only History Tab from activity Panel. Could any one suggest how to achieve it ?

Regards,

Dileep.

Vlad Neste
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 4, 2019

Hi All/ @DILEEP KUMAR

 

How can you hide all the content of Activity Panel?

 

Thank you,

Vlad

DILEEP KUMAR February 9, 2019

Hi Vlad, 

PFA.Hide1.pngHide2.png

For hiding the Activity Panel use the Script Fragment --> Add New Item --> Enter the module name --> Put condition. It will hide the Activity Tab.

 

Regards,

Dileep Kumar

Mahesh Kallepalli
Contributor
January 21, 2020

@DILEEP KUMAR 

 

How to hide it for only particular group .

Vladislav Serebryakov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 1, 2020

If it is still relevant: D and someone can need it, then here is a script, a condition for filtering groups:

import com.atlassian.jira.component.ComponentAccessor

def groupManager = ComponentAccessor.getGroupManager()
def checkCuruser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser()

groupManager.isUserInGroup(checkCuruser,'manager')

// it means that the fragment will be opened if the user is in the group of managers

Like # people like this
Ronald Hipol
Contributor
February 1, 2022

Using behaviours?

Quentin Sixt July 18, 2024

@Vladislav Serebryakovis you solution applicable in the cloud solution ?

0 votes
Ronald Hipol
Contributor
December 19, 2022

When I was looking for a plugin that could be helpful for this issue, I saw one that came close (Issue History for Jira by SaaSJet) but not quite so I reached out to them and suggested this feature.

About a month ago, they came back with the news that such feature is already available. You can avail of the free 30-day trial and give them feedback too.

They have implemented an access manager option for the add-on and now Jira admins are able to provide or restrict Issue History access to particular Jira groups (see attached).

*disclaimer: I am not connected with the company. 🙂

 Permissions.pngissue history for Jira.jpg

0 votes
Fernando Passos
Contributor
October 1, 2021

Is there a solution to this problem? Is it possible to hide the history tab with fragments or behavior?

Tomáš Vrabec _neresit_cz_
Contributor
December 10, 2024

Did you find any solution via Fragment?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events