mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Jira Plugin: Add description field support for create_issue tool #830
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iwasa-kosui on GitHub (Nov 24, 2025).
Originally assigned to: @hjlarry on GitHub.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Currently, the Jira create_issue tool does not support the description field when creating issues.
Use Case
When creating Jira issues programmatically through Dify, users often need to include detailed descriptions along with the summary. The description field is essential for providing context, acceptance criteria, reproduction steps, or any other relevant information.
Proposed Solution
2. Additional context or comments
My reference implementation for the Markdown-to-ADF converter will be available and handles:
3. Can you help us with this feature?