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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.