Bug report wizard not showing all plugins

The bug reporting wizard here currently only shows “Custom Wizard” and “Events” as options for the What plugin do you want to report a bug for? field. I’m guessing that is not intentional.

This is a pending change, depending on Only select categories within a parent. In the meanwhile, bug reports can be created using a regular post.

Sorry for the confusion!

The bug report wizard now has all the plugins.

I have resorted to getting a list of support categories using wget -O - https://coop.pavilion.tech/site.json|jq '.categories[] | select(.parent_category_id == 81) |{id: .id, name: .name}' and then exporting, hand-editing the CW json file, and importing it.