-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
feat(contact_form): Enable selection of issue type and enable Jira integration #4605
Merged
Commits on Oct 21, 2024
-
feat(contact_form): Enable pre-selection of issue type via URL query …
…parameters This update enhances the contact form by allowing users to select the "Issue Type" and also pre-select it via URL query parameters, improving UX. Additionally, the contact form now sends submissions to support@freelawproject.atlassian.net, integrating with Jira for better issue tracking. The email body includes: User Email: Displayed as User Email: <email address> to facilitate easy parsing in Jira. Issue Type: Clearly stated to assist in automatic categorization within Jira. Subject and Message: Retained as before for detailed context. This change enables automatic ticket creation to relieve some of the overhead of managing requests manually by email.
Configuration menu - View commit details
-
Copy full SHA for 6d559c3 - Browse repository at this point
Copy the full SHA 6d559c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ceda2 - Browse repository at this point
Copy the full SHA 07ceda2View commit details -
fix(contact_form): add default value to get_issue_type_display to res…
…olve linter error
Configuration menu - View commit details
-
Copy full SHA for 9deeb9a - Browse repository at this point
Copy the full SHA 9deeb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c0646 - Browse repository at this point
Copy the full SHA 13c0646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 600ef8d - Browse repository at this point
Copy the full SHA 600ef8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 033ef4b - Browse repository at this point
Copy the full SHA 033ef4bView commit details
Commits on Oct 22, 2024
-
refactor(contact_form): Use named constants for each value of the ISS…
…UE_TYPE_CHOICES in ContactForm
Configuration menu - View commit details
-
Copy full SHA for 74ad6b3 - Browse repository at this point
Copy the full SHA 74ad6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f093015 - Browse repository at this point
Copy the full SHA f093015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84006a9 - Browse repository at this point
Copy the full SHA 84006a9View commit details
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.