Skip to main content

Entries

Entries are the atomic unit of work in Align. An entry captures a single piece of feedback, a bug report, a feature request, or a task, and tracks it through its full lifecycle.

Entry Types

TypeUse it for
Bug ReportA defect or unexpected behaviour
Feature RequestA new capability or enhancement
FeedbackGeneral client feedback or observations
ValidationSomething to verify or QA check
DocumentationDocs work or content updates
Platform / InfrastructureDevOps, hosting, infra changes
CI / CDPipeline, build, or deployment tasks
SecuritySecurity findings or hardening tasks

Creating an Entry

  1. Open a project and click New Entry (or use the global + button in the top bar).
  2. Choose the entry type.
  3. Fill in:
    • Title — a concise summary (e.g. "Login button unresponsive on mobile Safari").
    • Description — full details, steps to reproduce, or acceptance criteria.
    • Priority — Low, Medium, High, or Critical.
    • Assignee — the team member responsible (optional at creation).
  4. Optionally attach files using the Attachments section.
  5. Click Create Entry.
New entry form
The entry creation modal showing type selector, title, description, and priority fields.

Entry Statuses

StatusMeaning
OpenReceived, not yet assigned
AssignedSomeone is responsible for it
In ProgressActively being worked on
DeployedFix/feature is live but awaiting sign-off
SolvedFully resolved and accepted

Working with Entries

Viewing Entry Details

Click any entry in the list to open its detail panel. Here you can:

  • Read the full description and attachments.
  • Update the status, assignee, priority, or linked release.
  • Post a comment to discuss the entry with your team.
  • View the activity log showing every change with timestamps.
Entry detail panel
The full entry view showing description, status timeline, comments, and activity log.

Bulk Actions

Select multiple entries using the checkboxes to:

  • Change status in bulk.
  • Reassign to a different team member.
  • Move to a different release.
  • Export to CSV.
Bulk action toolbar
The entries list with several entries checked, revealing the bulk action toolbar.

Filtering and Sorting

Use the filter bar above the entries list to narrow down by:

  • Status, priority, type, assignee, or release.
  • Date ranges (created, updated).
  • Free-text search on title and description.

Save your filter combination as a saved view to return to it quickly.

Entry filter bar
The filter bar open with status, priority, and assignee dropdowns visible.

Linking Entries to GitHub Commits

If your project has GitHub integration enabled, commits are automatically linked to entries when the commit message contains the entry number (e.g. fix #42 login redirect). Linked commits appear in the entry's GitHub tab.

See GitHub Integration for setup instructions.

Attachments

Drag and drop files directly onto an entry, or click Add Attachment. Supported types include images, PDFs, and common document formats. Attachments are stored securely and accessible to all project members.

Entry attachments section
The attachments panel showing uploaded images with preview thumbnails.