I just integrated Slack and Jira. It appears to be working, however under any issue, the Slack panel shows and there is a constant spinner. The person and the gear icon do not work. I am on Chrome and in the devtools, there are a few script errors when I click on this icons.
Also, what is the "Mentions of this issue"? What should I expect to see? Is there any documentation.
Thank you.
Issue Mentions feature
Regarding the "Mentions of this issue" in the sidebar panel, it shows how many times the integration has captured keys or links to the current issue in Slack messages, with the possibility of listing the actual messages.
Note that:
How it works
Make sure the integration is properly set up, you have linked your Slack account in Jira, and the bot is in your channel, then mention an issue there, like this:
Note how the bot replies to your message with the issue details. This feature is called unfurling and it also tells you whether the integration is fully set up.
Now, if you refresh the issue view page in Jira, you should see the captured mention there, like the image below:
Finally, clicking on the mention link, a dialog will popup listing the mentions as follows:
In that dialog you can click the links to navigate to Slack, specifically to the message author, workspace, and channel, respectively.
Clicking on the message date/time will take you to the actual message.
You can also delete the mention by moving your mouse over that line and clicking the X icon at the right.
Hey Dina,
Are you able to post the output of errors from the devtools console? The Server integration requires ports to be open outbound to fetch information from Slack. I'm hoping with some details on the errors we can track this down for you!
The "mentions of this issue" is intended to show you channels where someone has posted the issue key for this issue and triggered an unfurl of the issue details in Slack. What you've got in your screenshot ("none so far") is expected if the issue hasn't been mentioned in a channel yet.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is two errors I see, any help is appreciated. We do not block any outbound ports at this time.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, Dina.
By the error message, it seems something wrong is happening when the integration tries to read cookies. We use cookies to store some transient user preferences.
Please, check the following:
One possible cause is if another plugin or Chrome extension is injecting a library that conflicts with the one we use.
Could you please go to the problematic page, open the DevTools' Console, and type the commands below, one at a time?
Cookies;
Cookies.set('SOME_VALUE', true);
Cookies.get('SOME_VALUE', true);
Remember to press Enter/Return after each one of them. You should see something like this:
Please, let us know the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After an internal investigation, we found there's a browser compatibility issue with the current release of the integration.
We have it fixed internally and the released planned for early next week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I will wait for the update an then review the recommendations and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Dina Misener
FYI the new release came out today. Check it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My issue has been resolved with the release of version 2.0.1 on 8/19, Thank so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which add-on did you use? You can usually find an app's documentation in the Atlassian Marketplace on that app's Support page.
For example, on this Slack/Jira app, the documentation link is under the Vendor Support Resources section. You might see something similar for your app.
https://marketplace.atlassian.com/apps/1216557/slack-jira-integration?hosting=cloud&tab=support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but we are not cloud based. This is the add-on and I did see the documentation section, but is definitely not as extensive as the cloud based:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.