The Issue show page threw an error 500 (could not find Issue Category with ID nil) when accessing an Issue which has a history entry involving the Issue Category field. It occurs when the history states the Category change from or to an empty value.
A simple nil value check was introduced in the overridden IssueHelper method to prevent this from happening.
The Issue show page threw an error 500 (could not find Issue Category with ID nil) when accessing an Issue which has a history entry involving the Issue Category field. It occurs when the history states the Category change from or to an empty value.
A simple nil value check was introduced in the overridden IssueHelper method to prevent this from happening.