Adding story to cwm task board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I have noticed some issues when trying to add a story to the task board in the cwm workspace. The main one is that the start and end date fields do not populate in the list view, and they also cannot be edited. My understanding of this is that rm_story and sn_cwm_task (record type that is being displayed in the list) records use different fields for start and end date. It looks like sn_cwm_task uses expected_start and due_date for the start and end date fields, and rm_story does not have an equivalent for those fields (it has those same field names, but they are Date/Time types and not Date, like for sn_cwm_task). You can update start and end date from the sn_cwm_board record itself, but I noticed that if you changed short description from the record, the change is not reflected in the list view in the cwm. It is unclear to me how fields are being mapped from the story to the sn_cwm_task record. Also, you cannot modify the start and end date from the gannt view for stories. As far as I can tell, this is all just ootb functionality, but it feels awkward. Has anyone come up with workarounds for these issues?