> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ignore Issue By ID

Modify the `.snyk` policy file to ignore a stated issue according to its snyk ID for all occurrences, its expiry date, a reason, or according to paths in the filesystem.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                                |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Expiry    | Time until the ignore configuration expires. Default is 30 days.                                                                                                                                                                                                                                                                                                                           |
  | Issue ID  | Snyk ID for the issue to ignore.                                                                                                                                                                                                                                                                                                                                                           |
  | Path      | Path to resource inside the depgraph for which to ignore the issue.<br />Use to narrow the scope of the ignore rule. When no resource path is specified, all resources are ignored.<br />You can specify component versions in the path using [https://github.com/npm/node-semver#versions](https://github.com/npm/node-semver#versions)<br />If used, follows the `--policy-path` option. |
  | Reason    | Human-readable reason to ignore this issue.                                                                                                                                                                                                                                                                                                                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                   |
  | ----------- | --------------------------------------------- |
  | Policy Path | Path to a .snyk policy file to pass manually. |
</div>

## Workflow Library Example

[Ignore Issue by Id with Snyk and Send Results Via Email](https://library.blinkops.com/workflows/ignore-issue-by-id-with-snyk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/ignore-issue-by-id-with-snyk-and-send-results-via-email/canvas" />
</div>
