Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click on the Enter Attributer Data button within the JIRA Issue RCT-7



  2. You will be presented with the Root Cause Analysis - Attributer dialog.



  3. If you have determined that the identified root cause:
    1. Could have been avoided, select 
    2. Couldn't have been avoided, select 


 

Note

If you are completely unsure, do not select anything. The Determination will remain unknown.

 

 

Some examples of root cause reasons and their determination:

 

Root CauseDeterminationExplanation
Coding Error resulting in an exceptionThe developer could have done more testing or should have reviewed the logs to ensure that their changes did not result in exceptions.
Change in shared library caused breakage in one of the component usagesThe developer should always investigate and perform some amount of testing on all usage paths of code that is changed.
Code doesn't perform expected functionality but the specification was changed after the issue was resolved/closed.Developers and testers can only confirm functionality based on their existing knowledge of how something should work. If that something changes at a later date it can be considered the root cause but there was nothing that could have been done to avoid the problem in the first place.