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

Open
beliaev-maksim opened this issue Jun 17, 2024 · 0 comments
Open

Comply with Jira description limitation #42

beliaev-maksim opened this issue Jun 17, 2024 · 0 comments
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

@beliaev-maksim beliaev-maksim added the bug Something isn't working label Jun 17, 2024
@beliaev-maksim beliaev-maksim added the good first issue Good for newcomers label Aug 15, 2024
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

No branches or pull requests

1 participant