Versions Compared

Key

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

In this guide, you will learn how to use the Action Plan function in Kiuwan. 

Contents

Table of Contents

What is an Action Plan?

Once you have analyzed an application with Kiuwan, you will have a bunch of results.  

Most likely, you will not decide to fix all the defects found, but a subset of them.

That subset of defects to be fixed will be decided based on very different considerations, from technical to economic reasons. The most common reasons have to do with the technical impact of the defects and available effort to fix them.

Those defects, together with target dates and responsible, constitute an Action Plan.

Kiuwan helps you during this process:

  1. To decide what defects should be fixed, based on your goals, and state a concrete plan
  2. To monitor the progress of the plan

Let’s go through those steps and see how Kiuwan can help you.

 

Creation of an Action Plan

As said above, the Action Plan can be decided on several factors, such as technical considerations and/or economical reasons.

To decide which defects to fix, Kiuwan lets you:

  1. To do it on your own (by manually selecting the defects to be fixed based on an inspection of defects found), or
  2. To build an action plan based on your goals and a simulation (What If) of different scenarios

Let’s suppose we have an application with the following results

 

 

As we can see, although the application shows quite acceptable indicators for Efficiency, Portability, and Reliability, we have poor levels for Maintainability and Security.

What is most important to fix depends on your business needs.

You could be making yourself these kinds of questions:

  • Should I concentrate to reduce the effort to maintain the application or should I first address the security issues?
  • Should I concentrate on both? How?
  • Moreover, I do not have unlimited resources to dedicate, so I should concentrate on those that provide a higher return.

All the above questions are quite common, so let’s see how Kiuwan will help to assess and define an appropriate action plan.

 

Once you select the application and analysis, you select the Action Plan tab and clicking on the Menu you will have both options:

  1. New action plan (to manually create it)
  2. What if (to open a simulation tool and let Kiuwan help you to detect those defects that will most contribute to fulfilling your goal)

 

 

Manual creation of an Action Plan

Kiuwan allows you to create an Action Plan by manually selecting those defects you are most interested in fixing.

For example, let’s suppose that you are very concerned about security and, taking OWASP as your main security reference, you want to make sure that OWASP-related High and Very High defects should be fixed. That’s your plan.

To do it, once you click New action plan, you will be presented all the defects of the application.

Just filter the defects list for the appropriate criteria select all of them (or any subset you consider).

 

 

Once done, just and click on Save this action plan

 

 

You will see the number of defects contained in this action plan, the effort required to fix them as well as the metrics before and after the fulfillment of the action plan.

 

Kiuwan-aided creation of an Action Plan (What If)

What if you want to improve your code but you don’t know where to start?

Well, ‘What if’ feature helps you generating an automatic action plan with a given quantity of available hours or a quality goal you want to achieve.

Rather than manually selecting the specific defects, let Kiuwan find those defects that should be fixed according to your needs.

What-If tool allows you to simulate as many scenarios as you want, letting you build an action plan based on two different strategies:

  1. Effort-based
  2. Indicators- based 

 

Effort-based

You could decide to spend a certain amount of hours to fix tasks. 

For example, let’s suppose you have 1 week (40 hours) to dedicate, so you will need to identify those defects that will return you the highest return.

Kiuwan will distribute the effort to maximize Global Indicator.

You can specify the total amount to be distributed across all the characteristics or the amount to dedicate only to certain characteristics.

In the example, the application has acceptable levels for Efficiency, Portability, and Reliability, so you could decide to spend those 40 hours distributed evenly in Security (20h) and Maintainability (20h).

 

 

 

Indicators-based

As another approach to effort-drive, you could decide to improve any of the characteristics to meet a certain value.

For example, using our example, you could want to have a plan to reach 50 for Security and reach 30 for Maintainability.

What-If let you specify this and any other combination that suits your needs.

 

 

As with the effort-based approach, Kiuwan will generate the optimized listing of defects that should be fixed to meet the indicated values.

 

Saving an Action Plan

Whatever is the approach (effort- or simulator-driven), by clicking on the Simulate button Kiuwan will generate the full list of defects to be fixed, as well as the future values of Kiuwan indicators after completion of the Action Plan.

 

 

Click on Save this action plan button to create the Action Plan, or continues the simulation until you find an appropriate plan that suits your needs.

 

Monitoring the execution progress of an Action Plan

Clicking on Action Plans tab of Code Analysis will show all the available Action Plans for the selected application.

 

 

For every Action Plan, Kiuwan provides the following information:

  • Name of the plan
  • Creation and Expiration Dates
  • Starting analysis (where the Action Plan comes from)
  • Number of defects (to fix to fulfill the plan)
  • Estimate (effort needed to fix all the defects of the plan)
  • Assignee (responsible to fulfill the plan)
  • Progress (%)
  • Pending Effort

Action Plan Progress (%) is calculated as the percentage of defects fixed in the last application analysis as compared to the defects when the action plan was created.  By clicking on the Progress link, you will be presented with a detailed Progress page.

Pending Effort is calculated as the effort to fix the remaining defects.

As the application is further analyzed, Kiuwan will update progress indicators for every plan. 

 

Detailed Progress of an Action Plan

Clicking on the Progress link of any action plan, you will be presented with the detailed Progress page.

At this page, you will be able to see the Remediation Timeline, i.e. a temporal view of the execution progress of the plan.

By hovering the mouse over any point you will see details such as analysis date and fixed vs total defects.

 

 

Progression information will be presented for any analysis you choose (selecting the analysis in the selection list).

Circle graphics display information on Progress as well as Pending Defects (classified by Priority and Software characteristic).

 

Also, you will be presented with three tabs with a breakdown of the action plan’ s defects ;

  • Full listing of Total defects of the action plan
  • Removed defects in the selected analysis
  • Pending defects in the action plan

 

 

 

Export information from an Action Plan

Once you have an Action Plan, most probably you will want to communicate the defects to fix the involved developers or 3rd party providers.

You can do it in two ways, either exporting the plan to a PDF or CSV or by creating the defects as Issues in JIRA.

 

Image Removed

 

Clicking on PDF you will get a full detailed PDF report.

 

Image Removed

 

Export an Action Plan to JIRA

This option allows you to export the items in the Action Plan to an existing JIRA instance.

This integration allows to:

  • Choose Jira project to bind
  • Choose the type of Issues to be created
  • Choose the priority of the issues
  • Chose the way the Issues are created:
    • To create one Issue per Rule (one issue per rule containing all the associated defects), or
    • To create one Issue per Defect (as many issues as action plan’s defects)

 

Image Removed

For further information, please visit the following guide: Export an Action Plan