Add Support for Jira Authentication via Token #3
Reference in New Issue
Block a user
No description provided.
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?
Implement the ability to authenticate with Jira using an API token instead of username and password. All requests to the Jira API must use this token for authentication. The interface should allow users to update or revoke their token, and provide clear error messages if authentication fails.
Acceptance Criteria