mattermost / mattermost-plugin-jira

JIRA plugin for Mattermost 🔌
https://mattermost.gitbook.io/plugin-jira/
Apache License 2.0
99 stars 127 forks source link

failed to get a connect link: oauth1: Server returned status 401 #776

Open LumpKim opened 3 years ago

LumpKim commented 3 years ago

Hello, I'm new to mattermost-plugin-jira. When type /jira connect command, the error message returned like below.

image

And Server log is:

{
    "level": "error",
    "ts": 1625106831.0945818,
    "caller": "mlog/sugar.go:25",
    "msg": "ERROR: ",
    "plugin_id": "jira",
    "Status": "500",
    "Error": "failed to get a connect link: oauth1: Server returned status 401",
    "Host": "mattermost.example.com",
    "RequestURI": "/plugins/jira/instance/blablablabla/user/connect",
    "Method": "GET",
    "query": ""
}

Any help is appreciated.

mommys-little-hacker commented 2 years ago

Same story here. It appears that plugin is sending the request to invalid URL, but logs do not show where exactly

thomas-trenz commented 1 year ago

Same here. Is the plugin dead?

raghavaggarwal2308 commented 1 month ago

@LumpKim @mommys-little-hacker @thomas-trenz Can you please share some details here:

  1. What mattermost version are you using? Is it on prem or a cloud instance?
  2. What version of Jira sre you using? Is it a self hosted server?
  3. Please verify that you followed the official MM documentation here