Chris Jedro

Results 10 comments of Chris Jedro

@scaleoutsean actually i´ve asked if you have detailed info on how to do it but then found that you´ve already provided the link to your article, which i´ve anyway found...

i´ve tested the PR with our Jira Cloud Setup and everything looks good so far. Would be really interested in using this, is there an update @simonpasquier?

this is also important due to upcoming rate-limiting https://developer.atlassian.com/cloud/jira/platform/rate-limiting/

@holger-waschke i think this is already implemented https://github.com/prometheus/alertmanager/blob/f7ff687529f86467e11fe1336e56756c0f275bdb/notify/jira/jira.go#L63

@lerminou could you post your whole example config? Did you create your own {{ template "jira.default.description" . }} ? regarding ``` receivers: - jira_configs: - api_url: https://company.atlassian.net/rest/api/3/ fields: description: type:...

> @dongjiang1989 is this PR already abandoned? Can I continue working on it? isnt this already implemented with #7315 ? edit: seems like this is still required

@nutmos the unit tests are failing now after your change ``` -- FAIL: TestSanitizeJiraConfig (0.00s) --- PASS: TestSanitizeJiraConfig/jira_configs_returns_error_for_unsupported_versions (0.00s) --- PASS: TestSanitizeJiraConfig/jira_configs_allows_for_supported_versions (0.00s) --- PASS: TestSanitizeJiraConfig/jira_configs_returns_error_for_missing_mandatory_fields (0.00s) --- PASS: TestSanitizeJiraConfig/jira_configs_with_send_resolved...

@nutmos still one left in extended tests ``` === RUN TestSanitizeJiraConfig/jira_configs_with_api_type amcfg_test.go:5724: assertion failed: --- expected +++ actual @@ -2,7 +2,7 @@ - name: "" jira_configs: - - send_resolved: true...

i don't have any news on it, pinning the version 1.30.10 was the only thing i could do for now

@alex-deploys i'm sorry but i cannot replicate your error. I'm using this testing setup with docker compose: docker-compose.yml ```yaml version: '3.8' services: alertmanager: image: prom/alertmanager:v0.29.0-rc.1 # Using a stable, recent...