docs
docs copied to clipboard
Jira plugin: Troubleshooting "/jira install" error in local developer environment
Mattermost user jason.blais
from https://community-release.mattermost.com has requested the following be documented:
Problem: After enabling Jira plugin for Mattermost and running /jira install
with site URL set to LOCALHOST
, an error about an invalid site URL is received.
Solution:
- Setup an Ngrok connection to your local developer environment. This exposes your local web server to Jira.
- Setup your Mattermost SITEURL in the system console to the ngrok connection URL you are assigned.
- Then try run
/jira install
Note: This may also use an accompanying update to the error message to clarify the error to the admin running /jira install
See the original post here.
This issue was generated from Mattermost using the Doc Up plugin.
CMIIW, but it seems that the change needs to be done in a different repo. It's because the relevant page on docs.mattermost.com says that it's moving to gitbook, which uses the other repo as the content source.
@aaronrothschild - Is this still an active issue that users would encounter?
@cwarnermm It's a fairly edge case, but can certainly be a complexity an admin testingout MM and Jira could encounter if they have them both on their local machines. We should simply say somewhere: "You cannot use LOCALHOST
to connect the Jira plugin to your server, you can use a proxy if needed"