Guideline#
Problem Resolution Guideline
|
status: valid
|
||||
This document describes the general guidances for Problem Resolution based on the concept which is defined Concept Description.
General Hints#
The detailed implementation of the Problem Resolution for the project shall be described in the Workflow Platform Management.
Templates#
To create problem reports, the project shall provide the content of the following template in project’s selected Issue Tracking System: Problem Template.
Note
An example template for the Issue Tracking System in GitHub (GitHub Issues) can be found here: Issue Template Bugfix
Attributes#
For all Problems following mandatory attributes need to be defined:
Title |
|---|
Problem attribute: analysis results |
Problem attribute: classification |
Problem attribute: description |
Problem attribute: milestone |
Problem attribute:: safety affected |
Problem attribute:: security affected |
Problem attribute: stakeholder |
Problem attribute: status |
Problem attribute: title |
Problem attribute: UID |
A more detailed description can be found here: Process Requirements
Activities for Problem Resolution#
This section describes in detail which steps need to be performed for a Problem Resolution.
Step |
Description |
Responsible |
Approver |
|---|---|---|---|
Create Problem Report |
|||
Analyze Problem Report |
|||
Initiate and Monitor Problem Resolution |
|||
Close Problem Resolution |
Create Problem Report#
Contributor (as author, submitter, reporter) creates the Problem Report in the defined Issue Tracking System of the project based on the content of the provided template: Problem Template.
It is expected that the select Issue Tracking system supports template definition. Best practice is to define a template with the required content, so that it can be copied from the different users.
Note
For the Issue Tracking System in GitHub, there is a template created, which can be be found here: Issue Template Bugfix
Note
A Problem Report Example based on that template is here: Example Problem Report
Note
A Problem Report Example 2 based on that template is here: Example Problem Report 2
It is expected, that the UID will be provided automatically by the Issue Tracking System.
It is expected, that the status of the problem report is set to “open” automatically. As long as the content is updated, the status of the Problem is kept “open”.
It is expected, that the problem submitter will be set automatically by the Issue Tracking System.
The title of the Problem Report should reflect the topic accordingly.
The description should reflect the problem root cause and impact in detail.
If applicable affected parties should be notified.
Further supporting information should ge given, especially how to reproduce the problem, and what is the error occurrence rate?
If the problem affects safety or security it should be stated explicitly. If safety is affected, the ASIL classification should be added, if applicable.
The problem should be classified according minor, major, critical or blocker.
The affected version of the release should be documented, where the problem was detected.
Note
When ready to review and to analyze, the author sets the status to “in review” manually.
Note
Analyze Problem Report#
The projects Committer analyzes the problem together with the Contributor and takes a decision for accepting or rejecting it.
The analysis will start by reviewing all the information given during the creation of the problem report. All topics are revisited and checked for correctness, completeness and consistency.
If required, the information is updated accordingly.
If accepted, the stakeholder of the problem and the expected release, where the problem should be closed, shall be defined. Optionally, the corresponding milestone can be set.
If applicable, the features affected should be identified too.
The description shall reflect the result of the analysis.
Note
If accepted, Contributor can start with the initiation of the Problem Resolution.
The author has the freedom to cancel it at any time by setting the status to “rejected”.
Note
Initiate and Monitor Problem Resolution#
If accepted, the projects Committer initiates the resolution of the problem together with the Contributor.
The description shall reflect the proposed solutions, e.g. measure to resolve the problem.
Note
The concrete implementation of the solution may require several additional activities. In this case additional issues may created and linked to the Problem Report.
Note
Minimal a Pull Request is sufficient to resolve the problem, which shall be linked to the Problem Report. It is expected, that the status of the Pull Request is set to “draft” or “open” automatically.
When ready to implement, the author sets the status to “in implementation” manually.
Note
Note
During the resolution the responsible lead Project Lead reports regularly the status to the affected projects teams.
Escalations topics should be documented in the description, if possible.
Note
The author has the freedom to cancel it at any time by setting the status to “rejected”.
Close Problem Resolution#
During the resolution the Contributor monitors all activities linked to the problem, until they are closed.
Committer checks finally if the problem Resolution is sufficient before the status is finally closed. To check, if it is sufficient, Problem Checklist (gd_chklst__problem_cr_review) may used. Further the effectiveness of the implemented measure is confirmed and the availability of the required reports, as verification results, if applicable.
When confirmed, the author sets the status to “closed” manually, if not done automatically.
Note
Committer has the freedom to reject it at any time by setting the status to “reject”.