ENG-2646: Jira ticket configuration wizard#7740
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
cfa6941 to
216d043
Compare
Greptile SummaryThis PR adds a Jira ticket configuration wizard, allowing users to select a Jira project and issue type, author summary/description templates with dynamic variable autocomplete, and optionally configure a due-date policy — all persisted via the existing
Confidence Score: 4/5
Important Files Changed
Reviews (1): Last reviewed commit: "add changelog for PR #7740" | Re-trigger Greptile |
clients/admin-ui/src/features/integrations/configure-jira/JiraConfigTab.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/integrations/configure-jira/TemplateVariableTextArea.tsx
Show resolved
Hide resolved
clients/admin-ui/src/features/integrations/configure-jira/TemplateVariableTextArea.tsx
Show resolved
Hide resolved
|
I'm not able to access the Vercel build to test this out (I want to look at the custom |
Ticket ENG-2646
Description Of Changes
Adds a Jira ticket configuration tab to the integration setup wizard for Jira
connections. After the Jira integration is authorized via the OAuth flow introduced
in ENG-2645, users can configure the project, issue type, and summary/description
templates using dynamic template variables auto-populated from privacy request data.
Code Changes
JiraConfigTabcomponent with project and issue type selectors andtemplate fields for summary and description
TemplateVariableTextAreacomponent with autocomplete for inserting dynamicvariables (e.g.
__SUBJECT_NAME__,__REQUEST_ID__) — triggered by typing__or/in the fielduseConfigureTicketsStephook wiring the configuration step into theintegration setup flow
plus.slice.tsfor Jira projects, issue types,template variables, and ticket preview
Steps to Confirm
__or/in the Summary or Description field — verify variable autocomplete appearsPre-Merge Checklist
CHANGELOG.mdupdated