I try to create mail handler plugin, but when I do atlas-debug and fill message handler configuration in JIRA, the params argument is empty. What's the problem?
The problem was that I had to write key=value into the field. e.g key=123 then I got params in to the init method
Hi @aas ,
Please notice that this might not be the best place to get help on development related questions.
In case you still need help on this topic, you might want to ask the developers community instead, or open a ticket in the developers service desk:
Cheers,
Dario
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.
Hello Dario, the first one https://community.developer.atlassian.com/ Unable to access site. Timed out waiting for a response from community.developer.atlassian.com.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@aas ,
Works fine for me (see below screenshot). Where are you connecting from?
Also, can you try to connect from a different network (e.g. mobile phone) and check if you are able to open it from there?
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@aas ,
I can confirm the site is up and reachable from the most of the Countries by using, for example, the below services:
I can also see that ping (ICMP echo) requests are blocked but this should not prevent anyone from being able to access the site using a web browser:
xxxxx:~$ ping community.developer.atlassian.com
PING ec2-18-234-87-102.compute-1.amazonaws.com (18.234.87.102) 56(84) bytes of data.
^C
--- ec2-18-234-87-102.compute-1.amazonaws.com ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5127ms
Therefore, the only thing that might prevent you from accessing the developers community might be the fact that it is hosted on AWS and this is not reachable from some Countries:
xxxxx:~$ host community.developer.atlassian.com
community.developer.atlassian.com is an alias for community.atlassian.pro.
community.atlassian.pro is an alias for ec2-18-234-87-102.compute-1.amazonaws.com.
ec2-18-234-87-102.compute-1.amazonaws.com has address 18.234.87.102
Now, can you kindly let us know (if possible) from which Country you are from so that we can check whether or not the site is available from there? Also, can you kindly try to resolve the name "community.developer.atlassian.com" like in above example and paste the results?
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm from Russia. There no host command in windows so I try nslookup
Не заслуживающий доверия ответ: (Untrustworthy answer)
╚ь : ec2-18-234-87-102.compute-1.amazonaws.com
Address: 18.234.87.102
Aliases: community.developer.atlassian.com
community.atlassian.pro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @aas ,
The host resolves correctly.
It could be an option to use the tracert command to see where the timeout is occurring but I am afraid your issue is related to the fact that a lot of IPs from Google and AWS have been banned in Russia last year in an attempt to block Telegram.
I have tried to use the below website to confirm this is the case and it seems that the ip is indeed restricted. However (since I don't speak Russian) I am not sure I understand correctly and it would be best if you can double-check:
For more details on this topic, please see:
As a workaround you can use a VPN or a proxy to connect to the developers' community. Other ways to circumvent the block are explained in the latter of the above links.
I hope this explains.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are very welcome @aas ,
I have informed the internal team managing the developers community about this issue.
I am not sure if they can do anything in the short term but using a VPN can be used as a workaround in the meantime.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.