Hi,
We have a project that requires an external user to submit issues. We very much need to prevent them from viewing the Activity Stream as it shows sensitive information about the project.
Is it possible to deactive the Activity Stream on a specific project from a particular user?
Not possible :))
You might customize the VM template. See comments under http://confluence.atlassian.com/display/JIRA/Adding+the+Activity+Stream+Gadget
WEB-INF\classes\templates\plugins\jira\projectpanels\fragments\summary\activitystream.vm
If you put this code before first line
#if(!$authcontext.user.inGroup('my-gruop'))
and close the sentence "if". The result is: You don't view "Activity Stream" for member gruop "my-group"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're using On-Demand so aren't able to edit anything on the server. I've been able to disable the stream on the system dashboard, but we need to disable the stream that appears on the Project Summary page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm... I guess you can't hide that in On-demand then. The feature request is registered and tracked under https://studio.atlassian.com/browse/STRM-2000
What info do you wan't to hide? If it's about hiding some JIRA issues you could probably use the issue security schemes to restrict access to particular issues. I think that restricted issues wont show up in activity stream.
http://confluence.atlassian.com/display/JIRA/Configuring+Issue-level+Security
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting. I'll attempt to configure the security scheme.
We need to hide all internal activity (ie, everything). The stream shows issue titles, some of which contain sensitive information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI, issue security seems to hide the activity, if configured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be good to get an answer on this (for On Demand). Even if it's not possible. So I can close the question.
Anyone at Atlassian able to respond? So your email system stops asking me to close it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm an on-demand user who also needs the activity stream removed from my instance(s). Does anyone have any update on if this is possible? I really need to find an answer on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was not able to get the above advice about using "#if(!$authcontext.user.inGroup('my-gruop'))" to work. I suspect the reason is that, as explained in https://jira.atlassian.com/browse/JRA-21257,
In the documentation for JIRA you will find a hint how customize the interface depending on the groups a user belongs to.
Actually this does not work for the dashboard-plugin when rendering <tt>dashboard.vm</tt> as the context does not know about "authcontext". I would like to see this as default context element there, too.
Can anyone provide a way to prevent external users in a given group from seeing the Activity Stream? Even if I remove Activity Stream from the default System Dashboard (which I don't want to do), there is no apparent way to prevent users from creating a new dashboard including Activity Stream.
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.
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.