Hello All,
Is it Possible to hide all Activity tabs(All, Work Log, History, Activities, Emails, Transitions) expect comment on the Issue view screen for a particular project?.
Thanks in advance,
CH
I had the same problem few weeks ago and i manage to resolve it like this (with server/data center scriptrunner):
- create a "Show a web panel" fragment
- define its key et set a high Weight, then you can manipulate the different tab with their css id (use inspect html element to find it), do not forget to hide your fragment in the css (here the line : #let-only-comment-tab : display : none)
Hope this will help you
Hey,
thank you so much, this seems like a solution! I copied your script but I still got an issue since it still does show the acitivity, Could you tell me what i need to add, so it also hides the activity TAB.
thanks again in advance :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I inspect the html code of one issue on my Jira, I find this:
Try to add this in the CSS :
#activity-stream-issue-tab {
display : none !important:
}
If this work, you can vote for my answer to help others people :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joévin VUILLEMET thanks a lot for your proposal!
I implemented it like you suggested and it works.
One thing I still need is: when I switch to another issue, it will still show the tab that I don't want to see, unless I click "refresh" on that website.
Can you imagine what the issue is?
Thanks,
Dali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Possibly with ScriptRunner in Server/Data Center
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://scriptrunner.adaptavist.com/4.3.9/jira/fragments/HideUIElement.html is a starting place, though for an old version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Matt Doar .
May i know the module name to hide all tabs except comment. I have tried with the below module it is not working.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I posted a solution, if you use scriptrunner, this may help you :)
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.