Does add attachment API (https://api.atlassian.com/ex/jira/<id>//rest/api/3/issue/<issueId>/attachments) gives the way to upload file in chunk?
For large file upload, it failed with 504 Gateway Time-out.
The Jira server can't handle 15 MB Documents their server gives 504 Jira must fix the issue
Hello team, Can you please help to resolve this issue? I am also facing this issue and I am stuck.
JIRA server is giving 504 Gateway Timeout error when I upload 24MB Document.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
We are creating 3LO App And it's frustrating that Jira server can't handle uploading 15 to 20 MB attachments. Sometimes it does upload attachments and most of the time throws 504.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can upload very big files to Jira Cloud and Jira Server, via their REST APIs, using a 3LO OAuth'd session, right up to the attachment size limit that has been set, without any problems.
Your statement that Jira Server "can't handle 15 MB Documents" has no merit. It's only true for you and your circumstance.
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.
Are you uploading attachments using the 3LO app?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again, as @Sunny Ape points out in his answer, the problem is your network connection, not Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Gaurang Chauhan
In short, the answer is no. If you read the documentation about the v3 Add attachment endpoint, you will see that there is no mention of it providing any sort mechanism to upload attachments in 'chunks', To the contrary, it provides a tip on exactly what to do:
Tip: Use a client library. Many client libraries have classes for handling multipart POST operations. For example, in Java, the Apache HTTP Components library provides a MultiPartEntity class for multipart POST operations.
Next, if you do a Google search of 'jira rest api attachment chunk' you will see where the topic has been discussed in the Atlassian documentation How to transfer large files to Atlassian. It's amazing what Google will find when you use it.
As @Nic Brough -Adaptavist- has said, your particular upload is failing because the data stream is being interrupted due to a network issue, which is beyond Jira's control.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I can prove it's issue from Jira server.
We are running into AWS and Azure cloud the low bandwidth is not any issue from our side
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.
That's probably your network, or upload method, not the service. The service, when installed with default settings (which are not suitable for any real usage, being way too limited in size), can easily handle uploads far larger than that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is Jira has write any specially logic to give 504 those request coming from aws lambada function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not understand the question.
Jira will throw an error if your network or client tells it that it thinks the upload is failing. 504 errors happen on network failures.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it is a simple block file upload function.
Jira is an issue tracker, not a large file store, it is not intended to be a large file store. It expects attachments to be the odd screenshot or log snippets, not gigabytes of videos or installation images. So it does not handle large files too well.
If you have large files to refer to for some reason, put them on a proper file storage system and link to them in your Jira issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you are right it is an issue tracker. But I am uploading a video with 24MB and the server gives 504. And that is why I ask about the chunk upload.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Er, yes, I know that, you already told us what the problem was.
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.