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.
Hello All,
I am trying to hide All, worklog, History, Activity tabs on Jira view screen. I am able to do that with the below script fragment
when all tabs are hiding except comment but when user comment on the issue comments are not visible. I am new to scripting can you please help me to write a script to hide activity except comment for a particular group in Jira project using script fragments.
Thanks in advance,
CH
Hi @manikanta ch ,
Actually script fragments would hide UI elements from all the users and not just one user.
If you want to hide activity UI elements(except comments) for all users , you must add
com.atlassian.jira.jira-view-issue-plugin:activitymodule as UI element to be hidden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Niranjan for comment.
I have used same module which you mentioned, all tabs Are hiding except comment but when users are commenting on issues, comments are not visible. My requirement is to hide all activities tabs except comment for a particular user group in a project. Please let me know if any solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
i am currently stuck at the same problem.
Hiding the activity element using fragments (and including/excluding certain groups) seems easy, but we can´t lose the comment section by doing this.
any solutions?
greetings Michael
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.