/
How to prevent duplicate issue creation
How to prevent duplicate issue creation
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 for techniques to prevent duplication.
, multiple selections available,
Related content
How to prevent duplicate issue creation
How to prevent duplicate issue creation
More like this
Prevent creating duplicate issues
Prevent creating duplicate issues
More like this
Prevent duplicate issue creation by the Create issue post-function
Prevent duplicate issue creation by the Create issue post-function
More like this
Prevent duplicate issue creation by the Create issue(s) post-function
Prevent duplicate issue creation by the Create issue(s) post-function
More like this
How to restrict auto creation of duplicate issues when an issue is reopened
How to restrict auto creation of duplicate issues when an issue is reopened
More like this
Create a linked issue in another project only if one doesn't already exist - 7.x
Create a linked issue in another project only if one doesn't already exist - 7.x
More like this