Redmine Plugin for Dify
Author: yasu89
Version: 0.1.0
Type: Tool Provider Plugin
Repository: https://github.com/yasu89/redmine-dify-plugin
Description
The Redmine Plugin for Dify provides comprehensive integration with Redmine project management systems.
Tools
OUTPUT VARIABLES
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 / when attachments are included)
🎯 Issue Management
- Get Issues (): Retrieve and filter multiple issues with advanced search capabilities
- Special Feature: Automatically downloads attachment files when is specified in the parameter
- Get Issue (): Fetch detailed information about a specific issue, including attachments
- Special Feature: Automatically downloads attachment files when is specified in the parameter
- Create Issue (): Create new issues with comprehensive parameter support
- Update Issue (): Modify existing issues with comprehensive field updates
👥 User Management
- Get Users (): List and filter users (requires admin privileges)
- Get User (): Retrieve detailed information about a specific user, including support for the current user
- Create User (): Create new users with password management options (requires admin privileges)
- Update User (): Update user information and manage admin privileges (requires admin privileges)
Setup Instructions
1. Enable REST API in Redmine
- Log into your Redmine instance as an administrator
- Go to Administration → Settings → API
- Check Enable REST API
- Go to your account page ()
- 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
2. Configure the Plugin in Dify
- 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
API Compliance
This plugin is fully compliant with the official Redmine REST API:
Privacy Policy
See Privacy Policy
License
MIT License