Enable GitHub Issues
- Make sure you have a GitHub repository connected (see GitHub integration)
- Go to Settings → Integrations → GitHub Issues
- Toggle Enable GitHub Issues on
Analyzing an issue
Go to Analyze, select GitHub Issues as the source, and enter an issue number:How it compares to Jira
GitHub Issues tends to have less structured acceptance criteria than Jira. Waterline handles free-form Markdown well — checkboxes, bullet lists, and prose descriptions all work.
Tips for better results
- Use task lists:
- [ ] user can log in. Waterline treats each item as a candidate criterion. - Be specific: “password reset email sent within 30 seconds” gives clearer signals than “reset flow works”.