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,
I wanted to hide the history tab in activity panel. Could anyone help, how to achieve this ?
Regards,
Dileep.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
Hi Vlad,
PFA.
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
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.
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
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.
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. 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
I am attaching the example of how to disable the history tab:
BEFORE:
STEPS:
JIRA Administration -> Manage apps > Filter by System apps > Issue Tab Panels Plugin > Expand all modules > Change History Tab Panel > Disable
RESULT:
-----
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a solution to this problem? Is it possible to hide the history tab with fragments or behavior?
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.