Remove character limit on support ticket environment field#366
Merged
Remove character limit on support ticket environment field#366
Conversation
Increase the environment field max validation from 1000 to 5000 characters to match the other bug report fields, and add a test. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Filter the plugin/tool dropdown on the support ticket form to only include approved and active official plugins, excluding drafts and pending submissions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the approved() scope (which requires is_active) with a direct status check so disabled plugins still appear for support purposes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Allow customers and admins to attach files (max 5, 10MB each) when creating tickets and replying. Files are stored on a dedicated support-tickets S3/R2 disk with signed temporary download URLs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
environmentfield validation frommax:1000tomax:5000to match the other bug report fields (tryingToDo,whatHappened,reproductionSteps)Test plan
environment_field_accepts_more_than_1000_characterspasses🤖 Generated with Claude Code