Environment
self-hosted (onpremise deployment)
Version
21.10.0
Steps to Reproduce
1/ create issue
2/ resolve issue
3/ send event for issue
4/ resolve issue right after step 3
I've done this as step 3 and 4, both scripts using the API:
./send-event.sh; sleep 0.7; close-issue.sh
sleep 0.7 is not necessary, but for me it happened consistently even with sleep 0.7, but this can ofc depend on the environment/load/etc...
Expected Result
After step 4 the issue is in resolved state.
Actual Result
Sentry marks the issue as regression.
Environment
self-hosted (
onpremisedeployment)Version
21.10.0
Steps to Reproduce
1/ create issue
2/ resolve issue
3/ send event for issue
4/ resolve issue right after step 3
I've done this as step 3 and 4, both scripts using the API:
./send-event.sh; sleep 0.7; close-issue.shsleep 0.7is not necessary, but for me it happened consistently even withsleep 0.7, but this can ofc depend on the environment/load/etc...Expected Result
After step 4 the issue is in resolved state.
Actual Result
Sentry marks the issue as regression.