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
Possibly with ScriptRunner in Server/Data Center
https://scriptrunner.adaptavist.com/4.3.9/jira/fragments/HideUIElement.html is a starting place, though for an old version
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.
Hi @manikanta ch
Did you finally find a solution to hide all tabs except comment?
Thanks in advance
Hi @Michael Ries
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
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
@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
It looks like you're new here. Sign in or register to get started.