Skip to content
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

Open
mmikitka opened this issue Jun 14, 2022 · 1 comment
Open

Provide the ability to disable the reopen ticket functionality #120

mmikitka opened this issue Jun 14, 2022 · 1 comment

Comments

@mmikitka
Copy link

In my context, Operations does not want to re-open tickets, and the current workaround is to use reopen_duration: 1ms. Since reopen_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 to true to maintain backwards compatibility.

@fhielpos
Copy link

fhielpos commented Jul 6, 2022

What about using the wont_fix_resolution setting with a Done value or similar?

alikhil added a commit to KazanExpress/jiralert that referenced this issue Nov 30, 2022
alikhil added a commit to KazanExpress/jiralert that referenced this issue Nov 30, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants