The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ADF Content Size Limit - CONTENT_LIMIT_EXCEEDED Error for API Create Issue

Hiran
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2022

Working on creating issues thru the APIv3 and for one of the request I'm getting a 400 Bad Request error with the message CONTENT_LIMIT_EXCEEDED. As part of the request I'm adding ADF to one of the custom fields.

 

How I can determine what's the maximum size for each or any content in an ADF document or if there's any limitation based on the custom field creation?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 28, 2022

Hi @Hiran

 

The property jira.text.field.character.limit is what you are looking for, but I don't think this can be changed in Cloud yet. You can vote for it here.

 

The jira.text.field.character.limit set to 32767 by default in JIRA Cloud.

 

Thanks,