Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Redmine API Integration with Dify #1762

Closed
2 tasks done
MrBrabus75 opened this issue Dec 17, 2023 · 2 comments
Closed
2 tasks done

Request for Redmine API Integration with Dify #1762

MrBrabus75 opened this issue Dec 17, 2023 · 2 comments
Labels
💪 enhancement New feature or request no-issue-activity Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@MrBrabus75
Copy link

Self Checks

Dify version

0.3.33

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Hello,

Firstly, I would like to express my appreciation for Dify; it’s an incredible tool, and I’m grateful for the hard work that has gone into it.

However, I have a specific request. I’m interested in knowing if it’s feasible to implement an extension that would allow the use of Redmine’s API with Dify. The main purpose of this extension would be to enable searches within Redmine issues and responses, and to obtain relevant information through the LLM during these searches.

This functionality would greatly enhance the utility of Dify for users who frequently interact with Redmine for issue tracking and project management.

Looking forward to hearing your thoughts on this possibility.

Thank you.

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

@MrBrabus75 MrBrabus75 added the 🐞 bug Something isn't working label Dec 17, 2023
@crazywoola crazywoola added 💪 enhancement New feature or request and removed 🐞 bug Something isn't working labels Dec 18, 2023
@crazywoola
Copy link
Member

Actually yes. see the docs here. You can use this feature to implement a custom api to integrate with redmine and jira like task management system. This request payload might look like this to this endpoint.

{
    "point": "app.external_data_tool.query",
    "params": {
        "app_id": "61248ab4-1125-45be-ae32-0ce91334d021",
        "tool_variable": "weather_retrieve",
        "inputs": {
            "location": "London"
        },
        "query": "How's the weather today?"
    }
}

Copy link

github-actions bot commented Jan 2, 2024

Close due to it's no longer active, if you have any questions, you can reopen it.

@github-actions github-actions bot added the no-issue-activity Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Jan 2, 2024
@github-actions github-actions bot closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request no-issue-activity Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
None yet
Development

No branches or pull requests

2 participants