I currently have config.ignore-issues set to:
{ "mysql.ft_boolean_syntax": true, "mysql.ft_stopword_file": true, "security.security.alternate-file-domain": true, "conduit.deprecated.diffusion.getcommits": true, "conduit.deprecated.differential.getdiff": true, "conduit.deprecated.arcanist.projectinfo": true }
I don't actually need a bunch of these anymore and wanted to unignore some of the previously-ignored setup issues. I cannot, however, figure out how to do so. If I go to /config/issue/conduit.deprecated.diffusion.getcommits/ then it says "Issue Resolved" and there is no action item anywhere.
If I attempt to modify the value from the CLI then I cannot do so because it is locked:
josh@ip-10-158-132-161:~$ /usr/src/phabricator/bin/config set --database config.ignore-issues '{"security.security.alternate-file-domain": true}' Usage Exception: Config key 'config.ignore-issues' is locked and can only be set in local configuration.