-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Project Administration - Others
-
None
-
0
-
4
Problem Definition
Currently if you change a key of a project or name filters will no longer work. Filters should be updated when a key changes or project name.
Suggested Solution
Filters should be stored with the project IDs and their queries should be translated to project keys/names.
Any other solution that would guarantee all filters are accurate after a project key/name change is acceptable.
Workaround
- Identify the filters that need an update before making the project key/name change and store their IDs.
- Once the project key/name change is done, run a SQL to replace the old project key with the new one in all the filters saved from the previous step.