Redmine Provider
RedmineProvider
is a class that integrates with Redmine to manage issue tracking through Keep.
Authentication
This provider requires authentication.- host: Redmine Host (required: True, sensitive: False)
- api_access_key: Redmine API Access key (required: True, sensitive: True)
- ticket_creation_url: URL for creating new tickets (required: False, sensitive: False)
- authenticated: Authenticated with Redmine API (mandatory)
In workflows
This provider can be used in workflows. As “action” to make changes or update data, example:Connecting with the Provider
To connect with the Redmine provider and manage issues through Keep, follow these steps:- Obtain a Redmine Personal Access Token: Visit the Redmine API documentation to see the steps to get an API key.
- Use the following YAML example to create an issue using the Redmine provider, all these are valid arguments:
examples/issue_creation_example.yml