Getting the max size for a single attachment

Hi,

Is it possible to get the maximum size for a single attachment via the Jira API?
Since this is a configurable setting, I would like to get it on demand.

Thanks,
Amit

Hey @amityahav ! Thanks for the question.

I have been informed that the limit is 5TB for a single attachment for the Jira API.

Hope this helps. If you have any follow up questions, please ask!
Thanks!

Hi @MatthewFreeman,

Thanks for getting back to me.
Since the single attachment size is configurable and changes with each Jira account, Is there any way to get this value using a REST call to the Jira API?

Hey @amityahav !

Assuming that you are using a JIRA Cloud instance, you should be able to use this API to get the attachment meta settings for your instance.

Hope this helps!

1 Like

Thank you, @MatthewFreeman.
This is exactly what I was looking for :slight_smile: