Attempting to export a tracker that was originally imported and then import that secondary export is broken, due to the import process adding the open_status_names and closed_status_names to the AppConfig's options.
Traceback (most recent call last):
File "/var/local/allura/Allura/allura/model/monq_model.py", line 258, in __call__
self.result = func(*self.args, **self.kwargs)
File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 120, in import_tool
mount_point=mount_point, mount_label=mount_label, **kw)
File "/var/local/allura/ForgeImporters/forgeimporters/forge/tracker.py", line 123, in import_tool
**tracker_json['tracker_config']['options']
TypeError: install_app() got multiple values for keyword argument 'closed_status_names'
allura:cj/6788