All work
- Backend returns incorrect results when searching for patients using patient name for more than one word search termsO3-4642
- Allow add drug order panel to be used in other workspacesO3-4641
- Create a Left Navigation PanelO3-4640
- Enable Patient Queue Management ControlsO3-4639
- Implement Location Dropdown SelectorO3-4638
- Implement Patient Queue Management List ViewO3-4637
- Create a section header for the Patient Queue TableO3-4636
- Create Clinic Metrics Tiles / CardsO3-4635
- Create a Page HeaderO3-4634
- Create OpenMRS App Navbar → Header BarO3-4633
- Changing the medication tab API callsO3-4632jayg
- Vitals Marked “Out of Date” Just Minutes After MidnightO3-4631dhruvchandak30
- Clinician HomepageO3-4630
- Return data saved in workspacesO3-4629
- Validation errors in input fields do not disappearO3-4628
- Add automated E2E tests for image capture and upload in Patient Registration, Visit Note, and Attachment appsO3-4627harshthkkr
- Prevent Duplicate Batch Numbers in Opening and Receipt Stock OperationsO3-4626omosh
- Datepicker component overflow breaks form layout and causes horizontal scrollingO3-4625chintu
- DatePicker issue in the Record Program Enrollment formO3-4623jayg
- Invalid file format issue when uploading a image in Visit notesO3-4622jayg
- Implement Alert System for Age Based AlertsO3-4621Daniel Kayiwa
- Age Based Alert - Integrate with Existing APIsO3-4620Daniel Kayiwa
- Develop Range Calculation ServiceO3-4619Daniel Kayiwa
- Create Reference Range Data ModelO3-4618Daniel Kayiwa
- Updating the labels set for answers in the JSON schema doesn't show up in the interactive builderO3-4617nethmi
- Add Role-based permissions for RDE featuresO3-4616
- Refactor Encounters Table to fetch paginated encounters directlyO3-4615
- Enable Visit Table rows to be expanded to see visit cardsO3-4614Chi Bong Ho
- Save button enabled even after unfilled formO3-4613vinayaksharma
- Improve type safety in patient charts appO3-4612Resolved issue: O3-4612dhruvchandak30
- Add E2E tests for the ward appO3-4611jayg
- Fix TypeScript errors in test-results FilterContext implementationO3-4610Resolved issue: O3-4610dhruvchandak30
- Ward / Queues / Appointments apps should show better warning message when patient search app is missingO3-4609
- Support Paginated View for Location Picker to Improve UX Inside Scroll ViewsO3-4608
- Update getLatestObs to Support Multi-Checkbox Observations.O3-4607
- Regression - patient name is displayed without applying system name formatO3-4606
- Delete icon is not visible properlyO3-4605Resolved issue: O3-4605harshthkkr
- Replace `any` Types with Proper TypeScript Interfaces in OpenMRS Frontend Allergy ResourcesO3-4604Resolved issue: O3-4604dhruvchandak30
- OpenMRSDatePicker should be greyed out when disabledO3-4603tiskae
- Backport Enable use of external requisitions where possible to 2.x branchO3-4602Samuel Lubwama
- Keep section expanded checkbox logic is not working as expectedO3-4601Resolved issue: O3-4601vinayaksharma
- Disallow Zero as a Valid Dose Input in Immunization FormO3-4600Resolved issue: O3-4600dhruvchandak30
- Improve immunization tracking with visual dose history displayO3-4599dhruvchandak30
- System Prompts "Start a Visit" instead of allowing data entry under the existing past visitO3-4598Chi Bong Ho
- Retire the "transition" button and move It to the lab panel overflow menu as extension slotO3-4597Resolved issue: O3-4597
- Add edit modal for editing lab results from the lab panel overflow menuO3-4596Resolved issue: O3-4596
- Refactor edit button - move from view lab results to overflow menuO3-4595Resolved issue: O3-4595
- Laboratory refactor action buttonsO3-4594
- Replace "Expiration Date" with "Next Dose" in Immunization FormO3-4593Resolved issue: O3-4593kilasaniso
- Adding GetDate function to the CommonUtilsO3-4592jayg
50 of
Add GitHub Action to check that PR titles include version bump marker
Priority

Parent
None
Affects versions
None
Fix versions
None
Sprint
None
Description
Acceptance Criteria
None
Details
Assignee
UnassignedUnassignedReporter
Brandon IstenesBrandon IstenesComplexity
LowGoals
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Brandon Istenes
Brandon IstenesComplexity
Low
Goals
None
Created February 17, 2022 at 3:21 AM
Updated March 10, 2025 at 9:09 PM
Activity
Show:
Grace PotmaOctober 29, 2024 at 3:11 AM
Quarterly Clean-Up Notice
This issue has not been updated in >1 year, and so has been identified as a Graveyard candidate - i.e. it will be auto-closed in 2 weeks.
If you want to keep this issue open (e.g. because it remains a priority or important thing to fix), please add a comment here explaining why, and remove the “Graveyard_CANDIDATE” label.
For questions, you can reach out to @Grace Potma.
Per RFC-31, PR titles should start with a marker that indicates the kind of version bump they imply. e.g. (docs), (fix), (feat), or "BREAKING: ". We should use a GitHub Action, such as https://github.com/marketplace/actions/pr-title-checker to check the title format.
I don't think we need to restrict to a specific set of prefixes. I think it would be sufficient to check that it matches something like
^((\a+)|BREAKING:).+
i.e., it should accept anything that starts with something in parentheses or the word BREAKING.
So for example
(docs) Changed something
(fix) https://openmrs.atlassian.net/browse/O3-123#icft=O3-123: Did stuff
BREAKING: Big thing
should all pass, while
Changed something
() I think I'm sneaky
breaking: bad
should not.
We should do this for all of the major O3 repositories.