Skip to content

In-App Intake

In-app intake allows workspace guests and members to submit work item requests directly inside SetGet. Submissions land in the project's intake queue, where reviewers examine each request, ask clarifying questions, modify details, and ultimately accept or decline the submission. This is the most common intake channel for teams whose stakeholders already have SetGet workspace access.

How it works

For submitters

  1. Navigate to the project where you want to submit a request.
  2. Open the Intake tab in the project sidebar.
  3. Click New Submission.
  4. Fill in the submission form:
FieldRequiredDescription
TitleYesA short summary of the request
DescriptionNoDetailed explanation, acceptance criteria, context
PriorityNoSuggested priority (reviewers can change this)
AttachmentsNoScreenshots, files, or documents
  1. Click Submit.
  2. The submission appears in the intake queue with a "Pending" status.
  3. You receive a notification when the reviewer takes action.

TIP

Write clear, specific titles. "Login page broken" is less useful than "Login page returns 500 error when email contains a + character". Good titles help reviewers triage faster.

For reviewers

Reviewers see all pending submissions in the Intake tab. Each submission card shows:

  • Title and description
  • Submitter name and role
  • Submission date
  • Priority (if set by the submitter)
  • Attachment count
  • Source (in-app)

Review actions

ActionDescription
CommentAsk the submitter a question. They receive a notification and can reply.
EditModify the title, description, or priority before accepting.
AcceptConvert the submission into a work item. Configure state, priority, labels, assignee, and cycle before confirming.
DeclineArchive the submission with a reason (e.g., duplicate, out of scope, not actionable). The submitter is notified.
Link to existingAssociate the submission with an existing work item. No new work item is created.

Accepting a submission

When you click Accept, a dialog appears with the following options:

FieldDefaultDescription
TitleSubmission titleEditable
DescriptionSubmission descriptionEditable
StateProject's default intake state (usually Backlog)Selectable
PrioritySubmission priority or project defaultSelectable
AssigneeNoneSelectable
LabelsNoneSelectable (multi-select)
CycleNoneSelectable
ModuleNoneSelectable

Click Create Work Item to finalize. The work item appears in the project backlog, and the original submission is marked as "Accepted" with a link to the new work item.

Declining a submission

When you click Decline, provide a reason:

ReasonWhen to use
DuplicateAn existing work item already covers this request
Out of scopeThe request does not fit the project's goals
Not actionableThe request lacks enough detail to act on
Won't fixThe team has decided not to address this
Custom reasonFree-text explanation

The submitter receives a notification with the reason. Declined submissions remain in the intake queue under the "Declined" filter for audit purposes.

Submission lifecycle

New Submission --> Pending --> [Comment exchange] --> Accepted / Declined
                                                         |
                                                    Work item created
StatusMeaning
PendingAwaiting reviewer action
In ReviewA reviewer has started examining the submission
AcceptedConverted to a work item
DeclinedArchived with a reason

Guest experience

Guests are workspace members with limited permissions. In the context of intake:

  • Guests can view the Intake tab and submit requests.
  • Guests can see their own submissions and their status (Pending, Accepted, Declined).
  • Guests cannot see other guests' submissions.
  • Guests can reply to comments on their own submissions.
  • Guests cannot access the project backlog, board, or other views.

This makes in-app intake ideal for giving stakeholders a focused interface for submitting and tracking requests without overwhelming them with project management details.

WARNING

If a guest needs to see the resulting work item after acceptance, upgrade their role to Member or share the work item link directly.

Notifications

EventWho is notified
New submissionConfigured notification recipients (project admins by default)
Comment on submissionThe other party (submitter or reviewer)
Submission acceptedThe submitter
Submission declinedThe submitter
Work item state changeThe submitter (optional, configurable)

Configure notification recipients in Project Settings > Intake > Notification Recipients.

Bulk review

For projects with high submission volume, bulk review speeds up triage:

  1. In the intake queue, select multiple submissions using the checkboxes.
  2. Click Bulk Action in the toolbar.
  3. Choose:
    • Accept All -- set a common state, priority, and assignee for all selected submissions. Individual titles and descriptions are preserved.
    • Decline All -- provide a common decline reason.
    • Assign Reviewer -- assign a reviewer to all selected submissions without accepting or declining yet.

TIP

During weekly triage meetings, use bulk review to process the intake queue efficiently. Accept clear requests immediately, decline obvious non-starters, and flag ambiguous ones for individual review.

Submission details panel

Click on any submission to open the details panel:

SectionContents
HeaderTitle, status badge, submission date
DescriptionFull description with formatting
MetadataPriority, source channel, submitter info
AttachmentsUploaded files and screenshots
ActivityComments between reviewer and submitter
ActionsAccept, Decline, Link to existing, Edit

The details panel supports keyboard shortcuts:

ShortcutAction
AAccept
DDecline
CAdd comment
EEdit
J / KNavigate to next / previous submission

Best practices

  • Respond quickly -- even a brief acknowledgment ("We received your request and will review it this week") builds trust with submitters.
  • Modify before accepting -- clean up titles, add labels, and set accurate priorities during acceptance. This saves time later.
  • Use decline reasons -- always provide a reason when declining. Submitters who understand why requests are declined submit better requests in the future.
  • Review regularly -- stale intake queues discourage submissions. Review at least weekly.
  • Link duplicates -- instead of declining duplicates with no context, link them to the existing work item so the submitter can track progress.
  • Set up notification routing -- configure the notification recipients to include the right people. A product manager or team lead is typically a good default reviewer.