-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Minor
-
Issue Summary
When working with the issue changelog via API, you can find historical transitions that don't have the status ID. This happens when a transition was made and a status was removed afterwards.
Steps to Reproduce
- Transition an issue to a new status
- Remove the status the issue was transitioned to
- Inspect the issue changelog via API to find the status ID for the TO desitination is empty
Expected Results
The changelog should always have that data as it is a historic table.
Actual Results
The status name will be there but the ID will be missing
Workaround
The workaround is to monitor the site audit log and catch all the instances of status removals.