mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
JIRA plugin does not support PAT auth #497
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 @frenoid on GitHub (Jul 29, 2025).
Self Checks
Dify version
1.7.0
Plugin version
jira 0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The issue is the jira plugin only implements the Basic login method https://github.com/langgenius/dify-official-plugins/blob/main/tools/jira/tools/get_issue.py#L20
But authentication using PAT token requires using another method https://jira.readthedocs.io/examples.html#jira-self-hosted-incl-jira-server-data-center
✔️ Error log
No response
@frenoid commented on GitHub (Jul 30, 2025):
Correction:
The bug is in the jira plugin 0.0.1, not the confluence plugin
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @frenoid. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
What's Next:
Thank you for your understanding and contribution!
@keygendnl commented on GitHub (Nov 1, 2025):
The error still persists. Alexey previously suggested a link with a similar implementation in the Confluence plugin. Please note.