We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Jira has a limitation on the description length of 32767 characters
if you try to sync a GH issue with longer description, it will fail to create a ticket at all.
Truncate the description at around 28k and add a sentence that the remaining is truncated and the user has to go to GitHub to read the full issue
temporary reduce the length of the description on GitHub, let the issue sync, then return back the original lengthy description
The text was updated successfully, but these errors were encountered:
fix #42: truncate too long descriptions
3986f89
03574a8
Successfully merging a pull request may close this issue.
Currently Jira has a limitation on the description length of 32767 characters
if you try to sync a GH issue with longer description, it will fail to create a ticket at all.
Possible solution
Truncate the description at around 28k and add a sentence that the remaining is truncated and the user has to go to GitHub to read the full issue
Workaround
temporary reduce the length of the description on GitHub, let the issue sync, then return back the original lengthy description
The text was updated successfully, but these errors were encountered: