-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to connect to a Jira cloud instance #945
Comments
exact same Problem here - was working smooth before Plugin Update: Steps to reproduce:- |
@Kshitij-Katiyar What is shown to the user in the browser when this happens? Is there a tab that navigates to Jira's site? |
@mickmister This is the error I am getting here. Yes, the tab navigates to Jira's site. Please find the video below for more understanding jira-error.webm |
Thanks @Kshitij-Katiyar 👍 I'm not sure exactly what the problem is here. If we can't figure it out with a little debugging, and it reproduces on every setup, we may need to go down the path of deprecating the Atlassian Connect method of authentication. We've been wanting to deprecate the Atlassian Connect method for a while, which is currently how the user authentication with Jira Cloud works in the plugin. The alternative is to use Jira's OAuth2.0 offering, which we have implemented in a PR #928 that was closed due to change in priorities. The author of that PR is no longer working on the project, so the PR will need to be picked up again and driven to be merged. The PR has been dev approved, and has some remaining concerns from QA here #928 (comment). @Kshitij-Katiyar What are your thoughts on getting the OAuth2 PR merged and shipped, to resolve the ticket you've created here? cc @hanzei @DHaussermann |
It's also possible this is a regression on Jira's side, or possibly a deprecation we were unaware of for an API we are using. A quick search for this error isn't yielding much information, but maybe there is more information to be found. |
I encountered the exact same problem, plugin version 3.2.5.
I tried downgrading manually to 3.2.3 but it’s not working either. |
@Kshitij-Katiyar With some testing I've confirmed that using OAuth 2 via #928 sidesteps the issue. Are you able to pick this PR up? This issue is particularly urgent, as it seems no Jira Cloud instances can be connected to at the moment. |
@mickmister I noticed that you pushed some commits on PR #928. Should I pick this up or you are working on this? |
@Kshitij-Katiyar I was mainly resolving merge conflicts. I'm not able to own the PR going forward though because I will be OOO for the next few weeks. |
@Kshitij-Katiyar Feel free to give the PR a review to get a better understanding of what is implemented there |
@Kshitij-Katiyar Maybe this is another way around this while still using Atlassian Connect. Is there any other info you were able to uncover about the issue? |
@Kshitij-Katiyar Note that I've closed that PR #928 since the developer is not working on the project, and reopened it as #949 |
Is there currently a workaround for this issue? |
Hi @Jawknee-cache, currently there is no workaround. Once #949 is merged and released, then this should be resolved. We apologize for this inconvenience. |
Glad this finally gets more traction, seems like people are struggeling with this since around 2020. Since Omnibus updates take even longer, i guess regular instances get the update quicker? |
@BlueSky-fur Once a new version of the plugin is released, you'll be able to update the Jira plugin on your Omnibus installation immediately |
Oh its a plugin update! That makes it so much more awesome! :D Thanks for the info! |
we have exactly the same problem which is preventing us from migrating our gitlab/omnibus team edition to the already paid standalone kubernetes operator premium edition. Is there any ETA for this issue? By the way our team edition is working fine and reinstalling works fine but on the seperate premium edition with exactly the same Jira Cloud Instance we are facing this issue, which makes me believe it is not an jira issue. Maybe related to the Reverse Proxy Configuration or something like that? |
After running the slash command
/jira instance connect <instanceURL>
or in case of a single instance/jira connect
. I am getting the errorSteps to reproduce:-
/jira instance install cloud <url>
.mattermost server version - 6.6
The text was updated successfully, but these errors were encountered: