I try to integrate my sentri.io account with Redmine.
I enable Redmine plugin at project settings.
And fill host and key on settings form. But frontend disallow to fill other fields, and disallow to save settings.
I checked Redmine API by sentry-redmine script:
client = RedmineClient(host,key)
print(client.get_projects())
It’s OK
What should I do to make the redmine integration work?