R
Project management · OAuth
Connect Redmine to Lutril
Lutril connects to your self-hosted Redmine through OAuth: you enter your Redmine base URL, then authorize Lutril from inside the app. A personal REST API key is supported as a manual fallback.
Setup steps
Enter your Redmine base URL in Lutril (for example https://redmine.yourcompany.com).
Click Connect Redmine in Lutril and complete the OAuth authorize prompt on your Redmine instance.
Fallback: a Redmine administrator enables the REST API under Administration, then Settings, then the API tab, by checking Enable REST API and saving.
Fallback: each user opens My account at /my/account and copies the API access key from the right-hand pane.
Fallback: paste that API key into Lutril instead of using OAuth.
Redmine official docs
Redmine REST API reference
OAuth2 provider tracking issue