Author: yasu89 Version: 0.1.0 Type: Tool Provider Plugin Repository: https://github.com/yasu89/redmine-dify-plugin
The Redmine Plugin for Dify provides comprehensive integration with Redmine project management systems.
All tools provide consistent output in multiple formats:
- Text Output: Complete raw API response data from Redmine in text format
- JSON Output: Complete raw API response data from Redmine in JSON format
- File Output: Attachment files when applicable (available with
get_issues
/get_issue
when attachments are included)
- Get Issues (
get_issues
): Retrieve and filter multiple issues with advanced search capabilities- Special Feature: Automatically downloads attachment files when
attachments
is specified in theInclude Additional Data
parameter
- Special Feature: Automatically downloads attachment files when
- Get Issue (
get_issue
): Fetch detailed information about a specific issue, including attachments- Special Feature: Automatically downloads attachment files when
attachments
is specified in theInclude Additional Data
parameter
- Special Feature: Automatically downloads attachment files when
- Create Issue (
create_issue
): Create new issues with comprehensive parameter support - Update Issue (
update_issue
): Modify existing issues with comprehensive field updates
- Get Users (
get_users
): List and filter users (requires admin privileges) - Get User (
get_user
): Retrieve detailed information about a specific user, including support for the current user - Create User (
create_user
): Create new users with password management options (requires admin privileges) - Update User (
update_user
): Update user information and manage admin privileges (requires admin privileges)
- Log into your Redmine instance as an administrator
- Go to Administration → Settings → API
- Check Enable REST API
- Go to your account page (
/my/account
) - Get your API key on the right-hand pane of the default layout
See also: https://www.redmine.org/projects/redmine/wiki/rest_api#Authentication
- Select the Redmine plugin
- Setup Authorization
- Redmine Host URL: Enter the URL of your Redmine instance
- API Key: Enter your Redmine API key from the previous step
- Click Save button
This plugin is fully compliant with the official Redmine REST API:
See Privacy Policy