---
title: "[Xray Server] Overall Execution Status with wrong results"
canonical: "https://docs.getxray.app/space/ProductKB/46269063/%5BXray%20Server%5D%20Overall%20Execution%20Status%20with%20wrong%20results"
format: markdown
---
## Problem

Sometimes the Overall Execution Status of a Test Plan shows the status TODO even though it has executions linked with different status (PASS/FAIL)

## Possible Causes

One of the causes is that TestRunStatus is not in the context of issuetype neither in the project. Another cause is when field TestRunStatus is hidden in the field configuration

## Solution

1. ***TestRunStatus is not in the context of the issuetype neither project***  
TestRunStatus must be in defined with the issuetype and the selected project our global. For that you need to go to **Fields - Custom Fields - TestRunStatus** and press on the **Action**  and select **Configure**:> Macro (inline-media-image)

  
After that, press on **edit configuration**, inside there apply to the issuetype **Test**  and apply to **Global Context**:> Macro (inline-media-image)
2. ***TestRunStatus hidden***  
  
TestRunStatus is hidden on the configuration field, need to go **Issues - field configuration - TestRunStatus**  and press **Show** :> Macro (inline-media-image)

  
  
***Related articles***