Hello there!
When using the Advanced Roadmaps App and opening a plan, there is a button for exporting the plan containing its issues.
I am looking for a way to disable this function. I already found a way hiding the button through css in the announcement banner. But this seems to be not enough to me, because an advanced user can easily bypass this sort of "disabling".
Additionally this export looks like client side, as there were no matching requests going on through the network
Regards,
Lucas
Hi @Lucas Z in order to disable the Export option you can add/enable the Dark Feature below:
com.atlassian.portfolio.simpleplans.csvExport.disabled
The KB article Disabling the Export option For Advanced Roadmaps has been submitted recently with the steps to achieve the goal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lucas Z
It's not really recommended but you could try to disable the export module (Plan Export Servlet (rm-plan-export)) in the app. If you choose to do it, make sure to test in a test env before.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Florian Bonniec
Thanks for sharing your idea! I tried it out, but unfortunately this has no effect on the export functionality.
Regards
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.