Skip to content

Add backlog plugin#2014

Merged
crazywoola merged 1 commit intolanggenius:mainfrom
7nohe:bump-backlog-plugin-0.0.3
Feb 4, 2026
Merged

Add backlog plugin#2014
crazywoola merged 1 commit intolanggenius:mainfrom
7nohe:bump-backlog-plugin-0.0.3

Conversation

@7nohe
Copy link

@7nohe 7nohe commented Feb 4, 2026

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

This PR submits a new tool-type plugin “Backlog (Nulab) Tools” that enables operating Backlog projects and issues directly from Dify.

Provided tools (7):

  • List Projects: GET /api/v2/projects
  • List Issues: GET /api/v2/issues (count/offset paging, returns aggregated results)
  • Get Issue: GET /api/v2/issues/{issueIdOrKey}
  • Create Issue: POST /api/v2/issues
  • Add Comment: POST /api/v2/issues/{issueIdOrKey}/comments
  • List Priorities: GET /api/v2/priorities
  • List Issue Types: GET /api/v2/projects/{projectIdOrKey}/issueTypes

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

  • This plugin does not collect or store any user personal data.
  • It forwards user-provided inputs to the Backlog API and returns responses at runtime.
  • Credentials (SPACE_DOMAIN, API_KEY) are handled by Dify’s secure provider mechanism and are not logged or persisted by the plugin.
  • Response data may include Backlog user-related fields as returned by Backlog; the plugin does not retain this data.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

@7nohe 7nohe mentioned this pull request Feb 4, 2026
13 tasks
Copy link
Member

@crazywoola crazywoola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Check Status Details
Single .difypkg change 7nohe/backlog/backlog-0.0.3.difypkg
PR title/body English-only No CJK detected (Self Checks excluded)
Manifest author No langgenius/dify in author
Icon validation Icon file present and not default placeholder
README language README.md contains no Chinese
Dependency install requirements.txt installs on Python 3.12
Plugin install test Plugin starts and responds on port 8080
Packaging check Package re-built successfully
dify_plugin version Installed dify_plugin 0.7.1 (>= 0.5.0)
Marketplace version check ⚠️ Marketplace API connection reset; unable to verify version availability

LGTM.

@crazywoola crazywoola merged commit 0976323 into langgenius:main Feb 4, 2026
1 check passed
@7nohe 7nohe deleted the bump-backlog-plugin-0.0.3 branch February 4, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants