Auto Comments
Post review summaries as comments on linked ClickUp tasks automatically.
Overview
When a review completes, Jasper can automatically post a summary to linked ClickUp tasks. This keeps your project management updated without manual effort.
What's Included in Comments
The auto-generated comment includes:
- PR title and link - Direct link to the pull request
- PR author - Who submitted the changes
- Review verdict - Approve, Request Changes, or Needs Work
- Summary of issues - Overview of issues found
- Quality gate status - Pass or Fail
Enabling Auto Comments
Configure Auto Comments
Enable auto-comments for each repository in your ClickUp settings.
Open ClickUp Settings- Go to Settings → ClickUp
- Find the repository in Repository Mappings
- Click Configure to expand settings
- Toggle on Auto-post review comments to tasks
- Click Save Mapping
Example Comment
Here's what an auto-generated comment looks like in ClickUp:
Jasper Code Review
PR: [#123] Add user authentication
Author: @johndoe
Verdict: Approved
Quality Gate: Passed (Score: 8.5/10)
Summary:
2 suggestions found:
- Consider adding input validation (medium)
- Missing error handling for API calls (low)
When Comments Are Posted
Auto comments are posted when:
- A code review is completed (initial review)
- A re-review is triggered and completes
- The PR is updated and re-reviewed
Comments are not posted for:
- Failed reviews (processing errors)
- PRs with no linked tasks detected
- Repositories with auto-comments disabled
Multiple Tasks
If a PR is linked to multiple ClickUp tasks, a comment will be posted to each linked task. This ensures all related tasks are updated with the review status.
Next Steps
- Status Sync - Automatically update task status when PRs are merged