Skip to content
New issue

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

Comply with Jira description limitation #42

Closed
beliaev-maksim opened this issue Jun 17, 2024 · 0 comments · Fixed by #67
Closed

Comply with Jira description limitation #42

beliaev-maksim opened this issue Jun 17, 2024 · 0 comments · Fixed by #67
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@beliaev-maksim
Copy link
Member

beliaev-maksim commented Jun 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant