How to add YouTrack bot hosted on myjetbrains.com to HipChat? - xmpp

I've been trying to setup Jabber bot from YouTrack (the InCloud hosted one) to my HipChat. But failed.
I have tried to add the bot with [botusername]#myjetbrains.com (botusername is written in Jabber username field in Jabber notification section of YouTrack settings). But nothing happens.
I've also tried to send jabber message to my hipchat account but again nothing happens. I know I'm missing something here just don't know exactly what...

Related

Jira email notifications not working, but test e-mail is working

We have an on-premise hosted Jira 6.0.8. We have set up an outgoing mail server using a Gmail account and used the send test e-mail feature to successfully send an e-mail out.
Our problem is with e-mail notifications. We are not getting any at all. We have gone through troubleshooting docs https://confluence.atlassian.com/jirakb/troubleshoot-notifications-in-jira-203394737.html here but have not been able to find the solution.
Here is what we have already tried;
Ensured user profile 'My Changes setting' was set to 'Notify Me'
Ensured Notification scheme was correct and associated with the project
Ensured Project Notification email was set to the same as the outgoing mail server Gmail address
Checked the 'Mail Queue' after making a comment on an issue and saw waiting messages in it for the correct issue. These then disappeared from the queue without error within 60 seconds, indicating that they had been sent.
Enabled DEBUG logging under 'Logging and Profiling' for the outgoing mail server and com.atlassian.jira.service and com.atlassian.jira.service.services.DebugService. We reviewed the log file and saw nothing that indicated error but did see the log of the MailqueueService sending the e-mail.
have used the 'Notifcation Helper' tool and it verified that the user would receive the appropriate notification indicating notifcation scheme and permission are set up ok.
Still the notification e-mail is not received.
There was a point made in the troubleshooting link above
Check that your Base URL is set to a domain / IP which your SMTP server will accept. Example: Google apps accounts must have a matching base url to their Google Apps domain.
However, our Adminsistration> System>General Configuration>Base Url for Jira is something like http://myservername:8880 since it is internal self-hosted. This did not cause a problem with the test mail. Could this be an issue for the notification e-mails?
Any help would be greatly appreciated.

Contact us form emails stuck in email Queue in kentico cms

I am developing a website using Kentico 9 CMS. I have two websites running on a same web server first one is Dev and second one is the Production(LIVE). I am facing a strange issue with the Contact us form. When someone visit my website and fills the contact us form, it sends the enquiry to the admin via email. This functionality is working fine in Dev version but not working in Production (LIVE) version. In the Production version, those contact us form emails are getting stuck in the email queue tab in the Admin. And I forced to push/send the email manually from the Admin, which works.
I checked both website setting and found that is there is no difference is the email settings. I also checked the error logs also but found nothing in the logs about emails.
Thanks
There is scheduled tasks that triggers sending emails out - is it enabled for production site?

when sending a verify email request from keycloak via sendgrid, the resulting url is wrongly encoded

I have a keycloak (4.4.0-Final) installation.
Scenario:
sendgrid is configured as mail agent (and test mail sending is ok)
I create a new user in keycloak admin console and I pass it the action "verify email"
I get an email with a link to verify my email address, but when I click the link, I get the error "We're sorry...
An error occurred, please login again through your application."
I now have a closer look at the URL and I see 2 times = => http://keycloakurl/.....login-actions/action-token?key=eyJhbGciOiJIUzUx...&client_id=client-...
When I change = to = , the url works.
Does someone know if this is a bug in sendgrid, or a bug in the keycloak templates?
I know you have moved ahead with Mailjet but I would like to share my solution here as it may help others. I noticed this issue only happens if Email Tracking is enabled at SendGrid side. Try after disabling all tracking configurations under Setting -> Tracking screen.
The issue was not keycloak, but sendgrid (ref: https://issues.jboss.org/browse/KEYCLOAK-8536). We fixed the issue by dropping sendgrid and going to mailjet.

How can I test email confirmation on my local computer?

I am using Visual Studio 2015 Web forms and going through the Identity API for the first time. I see there is an entire section for a user who is registering to receive the confirmation email where they would click and then login and change their password. All good. But I don't have a server to send emails quite yet. I'd like to test this locally. Is there a way to do this?
I'm using an application called smtp4dev. This intercepts any smtp requests sent to your local machine and you can view/save the emails generated.

Emails to clients from Jira

I'm looking to send out emails to clients when employees make progress on Jira tickets. Is that possible?
To give an example: A client sends a question through the company website. They then receive an email with their ticket number and can check back to see the status the ticket and/or receive emails to know when progress has been made on that ticket.
If it is possible, how would I go about doing this?
Thanks
If You have mail server connected with Jira enter Notification schemes in main administration. Create new scheme and choose for which event who should be notified. Then enter right project administration and in section Notifications connect created Notification scheme to this project. :)