# Customization: Ignoring marked Test Case steps

The *Ignore Test Case steps* customization can be used to can be used to ignore (leave unchanged) test case steps with a specific prefix. This might be useful when additional information (e.g. about manual test execution) needs to be documented in the Test Case as steps.

{% hint style="info" %}
The *Ignore Test Case steps* customization described here is an [Enterprise feature](/specsync/jira/licensing.md).
{% endhint %}

In order to enable this customization, the `customizations/ignoreTestCaseSteps` section of the configuration has to be enabled. The complete reference of the configuration settings can be found in the [customizations configuration reference](/specsync/jira/reference/configuration/configuration-customizations.md#ignoretestcasesteps).

The following example shows a basic configuration that ignores the Test Case steps prefixed with `COMMENT`.

```javascript
{
  ...
 "customizations": {
    "ignoreTestCaseSteps": {
      "enabled": true,
      "ignoredPrefixes": [ "COMMENT" ]
    }
  }
  ...
}
```

Multiple Test Case step prefix can be listed in the `ignoredPrefixes` setting. The prefixes are matched in a case insensitive way.

The ignores steps are moved to the top when the push command updates the Test Case.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.specsolutions.eu/specsync/jira/features/push-features/customization-ignoring-marked-test-case-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
