Raising and resolving issues

๐Ÿ“– 9-minute read ยท Beginner ยท Last updated 2026-05-23

Issues are the spine of project coordination on Planscape. Every observation, RFI, NCR, and snag flows through the same issue system โ€” same fields, same status machine, same audit trail. This guide covers the full lifecycle from raised to verified.

Issue types

TypeUse forDefault priorityDefault workflow
QualityDefects, snag list, finishing issuesMediumopen โ†’ in-progress โ†’ resolved โ†’ verified
SafetySite hazards, near-misses, PPE failuresHighopen โ†’ in-progress โ†’ resolved โ†’ verified
CoordinationClashes, sequencing problems, missing infoMediumopen โ†’ in-progress โ†’ resolved โ†’ verified
RFIQuestion to the designer / specifierMediumopen โ†’ answered โ†’ closed
NCRNon-conformance against spec/standardHighopen โ†’ in-progress โ†’ resolved โ†’ verified โ†’ closed

Where issues can be raised

The fields that matter

The form has many fields but only a few make-or-break the workflow:

The status machine

Default workflow for Quality / Safety / Coordination / NCR:

open โ”€โ”€> in-progress โ”€โ”€> resolved โ”€โ”€> verified โ”€โ”€> closed
                              โ”‚
                              โ””โ”€โ”€> reopened (back to in-progress)

RFI workflow is simpler: open โ†’ answered โ†’ closed.

Status transitions are gated by role:

Comment threads

Every issue has a comment thread. Comments are markdown โ€” you can use **bold**, `code`, lists, and inline image embeds. Tagging a user with @firstname sends them a push notification.

Comments are append-only โ€” you can't edit or delete them. If you make a mistake, post a correction. This protects the audit trail.

Attachments & photos

Up to 10 photos and 5 voice notes per issue. Additional documents (PDFs, drawings, RFIs) can be attached as well, up to 50 MB each.

Photos taken in the mobile app are automatically:

Tracking & reporting

Project › Issues › Dashboard shows:

Export to CSV or PDF for client reporting.

BCF round-trip

For coordination work with consultants on a different platform:

  1. Project › Issues › Export โ†’ BCF 2.1.
  2. Filter (open coordination issues only, for example).
  3. You get a .bcfzip file with topics, comments, viewpoints, and snapshots.
  4. Consultant imports into Navisworks / Solibri / etc., resolves issues, exports back.
  5. Import the modified .bcfzip back into Planscape. Status changes are applied automatically; conflicts surface for review.

Pushing issues to the Revit author

When the author opens the Revit project with the Planscape plugin, the dock panel shows a count of open issues linked to elements in the active view. Clicking the count opens a side panel listing each issue with its photo, comments, and a "Zoom to element" button that re-centres the Revit view on the affected element.

Bulk actions

From the issue list view, select multiple issues (checkbox or shift-click) and choose:

Issue templates

For recurring issue types (e.g. "missing fire collar"), create a template under Settings โ†’ Issue templates. Templates pre-fill type, priority, assignee, and a draft description. Coordinators just adjust the linked element and submit.

Common patterns

Daily snag walk

  1. Coordinator walks the site with the mobile app.
  2. Each defect โ†’ photo + drop pin + Quality issue type.
  3. Auto-assigns to the relevant trade based on location + element category.
  4. Trade lead gets push notification, schedules fix.
  5. Coordinator re-visits next day, verifies fix, marks Verified.

RFI to designer

  1. Site team raises RFI from mobile, attached to the affected element.
  2. Project Lead reviews + routes to the right designer.
  3. Designer answers in-thread (markdown supported).
  4. If a drawing revision is needed, designer attaches the revised drawing as a Deliverable, links to RFI.
  5. Project Lead marks RFI Closed.

NCR / non-conformance

  1. QA raises NCR with linked element + photo + spec reference.
  2. Auto-assigned to contractor responsible.
  3. Contractor proposes corrective action in-thread.
  4. QA approves the corrective action (or asks for alternative).
  5. Contractor implements; marks Resolved.
  6. QA re-inspects, marks Verified.
  7. Project Lead closes NCR after Verified.

Common mistakes