-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate tasks in JIRA #157
Comments
The problem is the wrong symbol "_" in the fingerprints. Maybe, remove the "_" symbol from the fingeprint (by changing the jq instruction @omerlh What do you think about such an idea? |
Sounds good! Seems like there is no need for a PR, right? |
@omerlh Unfortunately, the solution does not work. The jql filter is incorrect. Modify jql query (based on https://community.atlassian.com/t5/Jira-questions/CONTAINS-does-not-seem-to-work-when-searching-description/qaq-p/408602) |
Will you able to contribute this PR? |
I will try :-), but I will need help with modification I changed on I tried this way, but I get the error:
|
Let's move to OWASP slack, it will be faster - feel free to ping me there :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Tasks are created in the JIRA system, but the filter that eliminates duplication does not work. Duplicates are created because the jql query is incorrect and incorrectly verified by the "fingerprint".
Proposed solution
I found a working solution.
https://community.atlassian.com/t5/Jira-questions/CONTAINS-does-not-seem-to-work-when-searching-description/qaq-p/408602
I tested this solution on local machine and it's working.
The text was updated successfully, but these errors were encountered: