I'm running the example to attach a file to an issue and i'm getting connection timeout. Any idea's here?
C:\>curl.exe -D- -v -u xxxx:xxxx -X POST -H "X-Atlassian-Token: nocheck" -F "file=@c:\\logs\\AIFDBScripts.zip" http://mysite/jira/rest/api/2/issue/SR-2414/attachment
* About to connect() to mysite port 80 (#0)
* Trying XXX.XX.XX.XX...
* 0x200506a8 is at send pipe head!
* STATE: CONNECT => WAITCONNECT handle 0x200607d0; line 1032 (connection #0)
* Connection timed out after 300212 milliseconds
* STATE: WAITCONNECT => COMPLETED handle 0x200607d0; line 984 (connection #-5000)
* STATE: COMPLETED => MSGSENT handle 0x200607d0; line 1676 (connection #-5000)
* Closing connection 0
* The cache now contains 0 members
curl: (28) Connection timed out after 300212 milliseconds
I changed to a test instance of JIRA and the above example works correctly when I changed "attachment" to "attachments" . So I am assuming that this timeout issue in the production JIRA is a "security" feature that has to be addressed by IT. Thanks for the help.
How big is the attachment and how fast is your connection to mysite? If it's a relativley large attachment and you have a slow connection - whatever is sitting on port 80 might be disconnecting you from Jira. Might be useful to take a look at it's logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know this works from the GUI. My intent is to automated the attachment of files to release tickets. Is port 80 the right port to use? I can try a smaller file but I'm sure that will not make a difference. My preset file size limit is 800 MB and this file is only 401K.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be the same port that you're accessing JIRA on. Have you looked in the logs to see if your requests makes it through to JIRA itself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be the same port that you're accessing JIRA on. Have you looked in the logs to see if your requests makes it through to JIRA itself?
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.