|
|
1. Always search the existing issues firstThere is a high probability that if you've found a problem, someone else has found it too. If you spend a few minutes of your time making sure that you're not filing a duplicate bug, that's a few more minutes someone can spend helping to fix that bug rather than sorting out duplicate bug reports.
Avoid reporting different issues in a single issue report. Split them up into different issues and report them separately. This makes it easier for different people to deal with the different bugs.
Incorrect:
Cannot add a new user in the management console.
The add new user functionality is not working in the management console. It throws a java.lang.NullPointer exception when submitting new user information.
Also, the removing of the existing users is not possible on the 'User Management page'
Correct:
Cannot add a new user in the management console.
The add new user functionality is not working in the management console. It throws a java.lang.NullPointer exception when submitting new user information.
When you report a bug, provide step-by-step instructions on how to reproduce the issue. Even though it seems trivial for describing some obvious scenarios, the others can easily try the same if you are specific and supply correct steps. Detailed information will reduce the effort required by the others to reproduce the bug and view the error.
Cannot add a new user in the management console
The add new user functionality is not working in the management console. It throws a java.lang.NullPointer exception when submitting new user information.
Steps to reproduce the error:
Log in to the management console as an admin user.
Click on User Management in the left navigation menu.
Click the Add New User link.
Provide valid information for a new user.
user name=test
password= abcd123
Role=user
Click Submit.
A meaningful summary should quickly and uniquely identify a bug report. Be specific on the issue and provide precise and clear information.
Incorrect:
Problems on the user management page.
Correct:
Cannot add a new user in the management console.
You need to specify what you expected to happen, and what actually happened. This information provides the other users with identifying whether the issue is a bug or the functionality has been misunderstood by the submitter.
Cannot add a new user in the management console
Actual Result:
java.lang.NullPointer exception was thrown
Expected Result:
The new user should be added and a confirmation message should be displayed.
A picture can provide information which cannot be easily described using text. If the issue is a User Interface problem, attach a screen shot in .jpeg format. If there is a documentation issue, attach the necessary documents.
Always attach the log files when the issue is related to an exception.
If there are multiple artifacts (eg:- class library), zip them up and attach.
Ready to create a new issue? Got to WSO2 products JIRA Home