It's limited by the size of the field it gets stored in in your database.
Last time I looked, I found a doc on Postgres that said a text field was limited to 1Gb, so that's the most you can put in a Description field if you're on Postgres.
I think a more useful answer is probably just "a lot more than you would ever need to add to a description field"
@Nic Brough -Adaptavist- Thanks for the info. I have a user importing issues using API and they want to know when/where to truncate the text for the Description field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
System > General Configuration > "jira.text.field.character.limit" is set to 32767. What are the implications of changing this to 0 (unlimited)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not a lot, other than you'll be allowed to put in enough text that a human will not find it useful and the issues you put it in may be slower to render, edit, and index.
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.