microsoft / microsoft/PowerPlatformConnectors

[BUG] Jira Search (Independent Publisher) - 401 Unauthorized due to deprecated authentication type

Open
#1,835 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
C#
Stars
1.3k
Forks
1.5k
Avg merge
5d 15h
Merged PRs (30d)
11

Description

Type of Connector

Independent Publisher Connector

Name of Connector

Jira Search

Describe the bug

This connector is no longer able to authenticate with Jira Cloud. This is due to Jira Cloud deprecating basic auth for API requests.

{
"error": {
"code": 401,
"source": "uk-001.azure-apim.net",
"clientRequestId": "53605c25-1ca8-41fb-b895-cdd8365da606",
"message": "The response is not in a JSON format.",
"innerError": "Basic authentication with passwords is deprecated. For more information, see: https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/\n"
}
}

Is this a security bug?

No, this is not a security bug

What is the severity of this bug?

Severity 1 - Connector is broken or there's a very serious issue

To Reproduce

Set up a new power automate flow with this Jira Search (Independent Publisher) connector, use an account you know will auth when you login to Jira Cloud manually.

Expected behavior

I expected authentication to Jira Cloud to be authorized and the API requests to call successfully.

Environment summary

Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build)
CLI version (paconn --version)
OS version
Shell Type (e.g. bash, cmd.exe, Bash on Windows)

Additional context

Likely requires an update to fix

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Jira Search connector definition and its authentication configuration, then review the Jira Cloud authentication deprecation referenced in the issue. Confirm which supported authentication flow is required and verify that a new Power Automate flow can authenticate and complete API requests successfully.

Written by the indexing model from the issue text.

Assessment

Domain
api, authentication, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.