Holger Waschke
Holger Waschke
Is this implementation only for [Jira Cloud ](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about) or can I still use the on-premise API with a PAT Authentication?
I can help as maintainer aswell if help is needed. We use jiralert in a large environment.
yes auto_resolve works here, one thing which is a bit tricky you have to define a transition and not a state see[ atl docs here](https://support.atlassian.com/jira-cloud-administration/docs/work-with-issue-workflows/) As far for the error...
I an error `assignment to entry in nil map` ``` ./jiralert -listen-address 0.0.0.0:9099 -hash-jira-label level=info ts=2023-10-18T12:35:04.436816899Z caller=main.go:65 msg="starting JIRAlert" version="" level=info ts=2023-10-18T12:35:04.436879529Z caller=config.go:62 msg="loading configuration" path=config/jiralert.yml level=info ts=2023-10-18T12:35:04.437967933Z caller=main.go:135 msg=listening...
It really was only a missing map initialization `c.jira = map[string]*jira.Client{}`