Submitting a Bug

Submission of Bugs
In some circumstances, the components of the system might not perform as expected. This is not intentional, but in any case it is best to Submit a Bug.
Submitting a Bug
Submitting a bug is the process of providing feedback about an error or weird behaviour within the system.
This feedback helps to further recreate the scenario and/or further diagnose the cause and source.
Do Not Submit PHI in Bug Reports
🚫Bug reports should never include Protected Health Information (PHI) such as:
names,
addresses,
phone numbers,
health records, or
any personally identifiable details.
✖️Including PHI creates serious privacy, compliance, and legal risks (e.g., HIPAA, GDPR).
✔️Always use generic test data or anonymized examples when describing bugs.
✅ Good Example:
User with ID 12345 cannot update their profile
❌ Bad Example:
John Smith at 123 Main St. cannot update his health record
Different Workflows to Submit a Bug
In order to submit a bug, there are two separate workflows:
💳Submitting via an Error Modal, or
📤Submitting a bug by navigating to System->Submit Bug, or
Submitting a Bug: via Error Modal
There are some occasions where an error is encountered during a workflow or operation in the application.

When does this Display?
When an error occurs, an error modal (or dialog) is presented with the associating error.
💼In any case, there is always an opportunity to either:
Report a Bug, or
Dismiss
Submitting a Bug: via System -> Submit Bug
🚧 Submitting a Bug can be done by doing the following:
Navigate to System → Submit Bug.
After the page loads, you will see the Submit Bug Form.

Enter the description of the bug into the Description Field.
Description
This should be a short description that briefly explains:
Which part of the system or feature is affected
Any components, services, or modules involved
The inputs, conditions, or actions that trigger the issue
Any related functionality that might be impacted
Keep it clear and concise so others can quickly understand the scope of the bug without needing full technical details.
It’s usually a good idea to follow the 4 W’s approach: Who, What, When, and Where.
(Optionally) Check the Attach my configuration file box
Attach my configuration file
Attach my configuration file✅This checkbox enables/disables sending the configuration file used in the server to provide more information about how the application was configured.
📝This helps diagnose potential configuration-related issues that may have caused the bug.
👥Developers and other admins can use this to reproduce the error.
Click the Submit button.
The bug will be submitted for further diagnosis.
Last updated
