Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Disable or Filtering activity stream (global)

it_marcapo November 11, 2021

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!

 

1 answer

0 votes
it_marcapo November 17, 2021

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.20.1
TAGS
AUG Leaders

Atlassian Community Events