-
Notifications
You must be signed in to change notification settings - Fork 129
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
Provide the ability to disable the reopen ticket functionality #120
Comments
What about using the |
alikhil
added a commit
to KazanExpress/jiralert
that referenced
this issue
Nov 30, 2022
- fixes prometheus-community#120 Signed-off-by: Alik Khilazhev <[email protected]>
rufusnufus
added a commit
to KazanExpress/jiralert
that referenced
this issue
May 13, 2024
* feat: add reopen_enabled flag - fixes prometheus-community#120 Signed-off-by: Alik Khilazhev <[email protected]> * chore: update docs and example Signed-off-by: Alik Khilazhev <[email protected]> * fix: nil pointer deref in tests Signed-off-by: Alik Khilazhev <[email protected]> * fix: issue resolution Signed-off-by: Alik Khilazhev <[email protected]> * feat: add exclude label param * chore: add examples * chore: rename param * revert: Alik's changes --------- Signed-off-by: Alik Khilazhev <[email protected]> Signed-off-by: Rufina Talalaeva <[email protected]> Co-authored-by: Alik Khilazhev <[email protected]> Co-authored-by: sagdeevrr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my context, Operations does not want to re-open tickets, and the current workaround is to use
reopen_duration: 1ms
. Sincereopen_duration: 0s
means always reopen, it would be helpful to explicitly disable reopening. I suggest the addition of a new field,reopen_enabled
which defaults totrue
to maintain backwards compatibility.The text was updated successfully, but these errors were encountered: