We use Tempo Timesheets to add worklogs on issues in Jira. We need to hide the worklogs our Users from each other.
Unfortunately the Pluginvendor doesnt care about the activity stream and that the stream fuck up there complete permission sheme.
See here:
https://ideas.tempo.io/ideas/T-I-348
So we need to disable the whole stream (globaly) or filtering the worklog messages on system side.
For sure the Users self can configure there activity stream gadget to filter the tempo messages, but thats
Are there any options? We tried to disable the "JIRA Activity Stream Plugin"-Systemplugin.
After that the instance wont startup correctly because there are, according to our understanding, further plugins with dependencys that need these and wont start correctly without.
Example:
Plugins that have yet to be enabled: (6): [com.atlassian.jira.plugins.jira-development-integration-plugin, com.atlassian.streams.actions, com.atlassian.jira.plugins.jira-bitbucket-connector-plugin, com.atlassian.streams, is.origo.jira.tempo-plugin, com.atlassian.streams.streams-thirdparty-plugin
What we have seen too the URL / Webelement points to: "https://....atlassian.streams.streams-jira-plugin%2Fgadgets%2Factivitystream-gadget.xml....."
Can we deny any Request to this xml with help from the webserver without damaging any other function from jira? Would that help?
Any other solution out there that can help? We got Skriptrunner too if it can help.
Many Thanks!
Added following to the Announcement banner:
<style type="text/css">
#activity-profile-fragment {
display:none;
}
iframe[title="Aktivitätsstrom"] {
display: none;
}
</style>
Dirty and unsecure solution but, the best for first help we got.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.