From the Incoming or Outgoing
We need a quick way to see which transmission has open issue and the state or the issue,
Practical use of functionality?
We have 3000 issue spread across several transmissions, trying to find which transmission as open issue is not that obvious. Also we have issue that may take few transmission to be resolve. So having a table where first column list the transmission The second column list issue in a transmission And third column to list the issue status A fourth column with the issue name A user could easily filter the list of transmissions by issue and see the progression of an issue Example TR001 Issuexxx Unresolve fix_manhole TR001B Issuexxx Unresolve fix _manhole TR001C Issuexxx Fix fix_manhole TR001D Issuexxx Fix fix_manhole TR001E Issuexxx Fix_rejected fix_manhole TR001F Issuexxx Fix rejected fix_manhole TR001G Issuexxx Fix_resubmit fix_manhole TR001G Issuexxx Fix_resubmit fix_manhole TR001G Issuexxx Fix_resubmit fix_manhole TR001G Issuexxx Fix_resubmit fix_manhole TR001G Issuexxx Fix_Accept fix_manhole |
|
What is the impact of not doing this?
Will allow us to save time trying to investigate which transmission to process |