---
title: "How to prevent duplicate issue creation"
canonical: "https://support.appfire.com/space/SUPPORT/89137226/How%20to%20prevent%20duplicate%20issue%20creation"
format: markdown
---
# Description

There are cases when the same transition could be run multiple times, for instance, for transitions following re-opening an issue. Or perhaps other processes or users may have already created the issue. If there is a well defined way to know that the desired issue has already been created, then you can use the conditioning support to prevent the creation. For instance, a JQL query can use the your criteria to determine the existence of the issue and the condition can be set to use that information.

See [How to create multiple issues - advanced example](https://appfire.atlassian.net/wiki/spaces/SUPPORT/pages/89135679) for techniques to prevent duplication.