Custom Tasks
Define reusable checklists that appear automatically on issues.
Last updated
Was this helpful?
Was this helpful?
custom_tasks:
migration_kickoff:
title: "Migration Kickoff Checklist"
body: |
- [ ] Schedule kickoff meeting with stakeholders
- [ ] Review source repository structure
- [ ] Identify dependencies and blockers
- [ ] Create migration timeline
labels: ["migration", "kickoff"]custom_tasks:
security_review:
title: "Security Review"
body: |
- [ ] Review code for security vulnerabilities
- [ ] Check for exposed credentials
- [ ] Validate input sanitizationcustom_tasks:
frontend_checklist:
title: "Frontend Development"
body: |
- [ ] Implement responsive design
- [ ] Test across browsers
- [ ] Optimize performance
labels: ["frontend", "ui"]
backend_checklist:
title: "Backend Development"
body: |
- [ ] Design API endpoints
- [ ] Implement data validation
- [ ] Write unit tests
labels: ["backend", "api"]
compliance_review:
title: "Compliance Review"
body: |
- [ ] Verify licensing requirements
- [ ] Check data handling policies
# No labels — appears on all issues