Add Support for Jira Authentication via Token #3

Open
opened 2025-06-01 01:24:51 +00:00 by maksim77 · 0 comments
maksim77 commented 2025-06-01 01:24:51 +00:00 (Migrated from github.com)

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

  • Users can enter and save a Jira API token in the application.
  • All Jira API requests use the provided token for authentication.
  • If the token is invalid or expired, the user sees a clear error message.
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 - Users can enter and save a Jira API token in the application. - All Jira API requests use the provided token for authentication. - If the token is invalid or expired, the user sees a clear error message.
Sign in to join this conversation.
No description provided.