Hi Theresa,
I think you will need to add a calculated field to a common custom form, or attach a custom form to all relevant issues. On the form, you'll need to translate the statuses into an ordered list in nested IF statements. For example,
IF(Status="NEW", "1. New", IF(Status="INP", "2. I...