+ {[
+ { label: 'New issue received', desc: 'When a new issue arrives from an integration' },
+ { label: 'Analysis completed', desc: 'When AI finishes analyzing an issue' },
+ { label: 'PR created', desc: 'When a Pull Request is automatically generated' },
+ { label: 'Analysis error', desc: 'When AI fails to analyze an issue' },
+ { label: 'Daily digest', desc: 'Summary of daily activity' },
+ ].map(item => (
+
+
+
{item.label}
+
{item.desc}
+
+
+
+ ))}
+
-
-
- setOrgForm({...orgForm, slug: e.target.value})}
- className="input"
- />
-
-
-
-
Webhook Base URL
-
- https://jira-fixer.startdata.com.br/api/webhook/{currentOrg.id}/
-
-
- Append: jira, servicenow, zendesk, github, gitlab, tickethub, or generic
-
-
-
-