Need to have a dashboard with all defect tracking . currently we are seeing gadgets related test cases execution, and we are looking for gadgets where we can add custom query to track defect progress, severity , and aging defects.
Hi @Divya Dubey , welcome to the community.
Do you define a defect by a specific issue type such as bug? Assuming so you can create filters that can be used for the various gadgets to achieve your goal. For example, the JQL below..
project = abc and type = bug
for the gadgets, I would suggest the following, but you should choose whatever meet your requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.