pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.95k stars 864 forks source link

Add a constant with the Description Size limit #1686

Open rogerioacp opened 1 year ago

rogerioacp commented 1 year ago

Problem trying to solve

The description field in Jira Cloud has a character limit of 32,767 characters but this is not mentioned anywhere in the Library. Additionally, there are no constant in the library with this limit.

Possible solution(s)

Add the size limit to the library as a constant. Having this information has a few benefits:

Alternatives

No response

Additional Context

https://jira.atlassian.com/browse/JRACLOUD-68949

SageTheWizard commented 9 months ago

Just a note, I'm aware comments have this size limit as well.