Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Sebastian Brudziński
Sebastian BrudzińskiReporter
Nick Reid
Nick Reid(Deactivated)Story Points
3
Original estimate
2d 2h
Time tracking
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created January 3, 2017 at 9:14 PM
Updated January 30, 2017 at 3:29 PM
Resolved January 30, 2017 at 1:58 PM
When an order is being processed, a user needs to be able to see the complete requisition comment history. Work has recently happened on to re-build the StatusMessage feature (formerly known as Comments).
This ticket is for changing the APIs and the database repository so that an order, upon creation, will get a copy of all the comments/status-messages from the requisition. So this probably involves adding a field to the Order domain object and adding logic to initialize and save this field, and exposing the field via the API as part of the Order.
Requisition service sent all status massages to fulfillment service when requisitions convert to order. Save all status messages in Order.
Acceptance Criteria
When a requisition is converted to an order, the comments from a requisition are preserved.
APIs exist to expose this field as part of the order record.