Skip to main content

Project Settings

Project Settings control how projects are structured and managed within IntelliSales CRM. Configure project statuses, task statuses, and create reusable templates with pre-defined phases and tasks.

Navigate to Admin > Project Settings.

Screenshot: Project Settings page

Project Statuses

Project statuses track the lifecycle of a project from initiation to completion.

Configuring Statuses

  1. Select the Statuses tab.
  2. Click Add Status to create a new status.
  3. Configure:
    • Name (required) — e.g., "Planning", "In Progress", "On Hold", "Completed", "Cancelled"
    • Color — visual identifier shown on project cards and lists
    • Icon — an icon displayed alongside the status name
    • Is Default — whether this status is automatically assigned to new projects
    • Is Closed — whether this status represents a completed/terminal state
  4. Save.

Status Properties

PropertyDescription
NameThe display name of the status
ColorA color code used for visual identification in the UI
IconAn icon displayed next to the status name
Is DefaultWhen enabled, new projects are created with this status. Only one status can be the default.
Is ClosedWhen enabled, projects at this status are considered finished. Closed statuses are excluded from active project counts and dashboards.
OrderStatusColorIconIs DefaultIs Closed
1PlanningGrayClipboardListYesNo
2Not StartedBlue-grayClockNoNo
3In ProgressBluePlayNoNo
4On HoldAmberPauseNoNo
5ReviewPurpleEyeNoNo
6CompletedGreenCheckCircleNoYes
7CancelledRedXCircleNoYes
info

The status marked as Is Default is used as the initial status for new projects. Ensure it represents the starting state (typically "Planning" or "Not Started"). Statuses marked as Is Closed signal that no further work is expected.

Task Statuses

Task statuses are separate from project statuses and track the state of individual tasks within projects.

Configuring Task Statuses

  1. Select the Task Statuses tab.
  2. Click Add Task Status.
  3. Configure:
    • Name (required) — e.g., "To Do", "In Progress", "In Review", "Done"
    • Color — visual identifier
    • Is Done — whether this status means the task is complete
    • Is Default — whether new tasks are created with this status
  4. Save.

Task Status Properties

PropertyDescription
NameThe display name of the task status
ColorA color code for visual identification
Is DoneWhen enabled, tasks at this status are considered complete. This affects progress calculations and reporting.
Is DefaultNew tasks are created with this status. Only one task status can be the default.
OrderStatusColorIs DefaultIs Done
1To DoGrayYesNo
2In ProgressBlueNoNo
3In ReviewPurpleNoNo
4DoneGreenNoYes
5BlockedRedNoNo
tip

Keep task statuses simple. Most teams need 3-5 statuses. Too many statuses add overhead without improving visibility.

Project Templates

Templates are reusable project structures that standardize how projects are set up. Instead of creating every project from scratch, select a template to pre-populate phases, tasks, and settings.

Creating a Project Template

  1. Select the Templates tab.
  2. Click Create Template.
  3. Configure the template fields:
FieldRequiredDescription
NameYesTemplate name, e.g., "Standard Implementation", "Website Redesign"
DescriptionNoWhat this template is for and when to use it
ColorNoA color used to visually identify the template in the list
IconNoAn icon displayed alongside the template name
Estimated DaysNoThe typical total duration in days for projects using this template
  1. Click Save to create the template.

Screenshot: Create project template form

Template Phases

Phases break a project into major milestones or workstreams. Each template can have multiple phases that are created automatically when a project uses the template.

Adding Phases to a Template

  1. Open a project template.
  2. Switch to the Phases tab.
  3. Click Add Phase.
  4. Configure:
FieldRequiredDescription
NameYesPhase name, e.g., "Discovery", "Design", "Development", "Testing", "Launch"
ColorNoVisual identifier for the phase
Sort OrderYesThe sequence number determining the order of phases (1, 2, 3...)
Estimated DaysNoDays allocated to this phase
  1. Save.

Example: Implementation Project Phases

Sort OrderPhaseColorEstimated Days
1Discovery & PlanningGray5
2ConfigurationBlue10
3Data MigrationPurple5
4User TrainingAmber3
5UAT & Go-LiveGreen5

Template Tasks

Each phase can have pre-defined tasks that are created when a project is instantiated from the template.

Adding Tasks to a Phase

  1. Open a phase within a project template.
  2. Click Add Task.
  3. Configure:
FieldRequiredDescription
TitleYesTask name, e.g., "Conduct stakeholder interviews", "Configure user roles"
DescriptionNoDetailed instructions for what needs to be done
Assignee RoleNoWhich role should handle this task (the actual person is assigned at project creation)
Due Days From StartNoNumber of days from the project start date when this task is due
Estimated HoursNoTime estimate for completing the task
PriorityNoTask priority level (Low, Medium, High, Urgent)
  1. Save.

Screenshot: Task templates within a phase

Example: Discovery Phase Tasks

TitleAssignee RoleDue DaysEst. HoursPriority
Conduct stakeholder interviewsProject Manager34High
Document current processesBusiness Analyst58High
Identify integration requirementsTechnical Lead54Medium
Create project planProject Manager56High
Get sign-off on scopeProject Manager72High
warning

Task templates create real tasks when a project is instantiated from the template. Ensure task titles and descriptions are generic enough to apply across different project instances.

Preview Project from Template

Before using a template to create a project, you can preview what will be generated:

  1. Open the template.
  2. Click Preview.
  3. The preview shows:
    • All phases in order with their estimated durations
    • All tasks within each phase with assignee roles, due dates, and priorities
    • A timeline view showing the overall project duration
    • Total estimated hours across all tasks
  4. Use the preview to verify the template is complete before creating a project from it.

Screenshot: Project template preview

tip

Review the preview after making changes to a template. It is easy to miss a task or phase when editing, and the preview gives you a complete picture.

Using Templates

When a user creates a new project, they can select a template from the dropdown. The project is created with all the template's phases and tasks pre-populated. Users can then customize the specific project as needed:

  • Adjust due dates based on the actual start date
  • Assign specific people to tasks (replacing role-based assignments)
  • Add or remove tasks for the specific project
  • Modify phase durations
tip

Create templates for your most common project types. An implementation team might have templates for "Small Implementation (30 days)", "Medium Implementation (60 days)", and "Enterprise Implementation (90 days)".

Custom Project Fields

Add module-specific custom fields to projects through the Custom Fields page (select "Projects" as the module). Common custom fields for projects include:

  • Budget (Currency)
  • Client Sponsor (Text)
  • Risk Level (Select: Low / Medium / High)
  • Go-Live Date (Date)
  • Project Code (Text)

Best Practices

  1. Build templates from experience — create templates based on projects you have already completed successfully.
  2. Keep templates maintained — update templates as your processes evolve.
  3. Use realistic time estimates — over-optimistic estimates set projects up for failure.
  4. Include buffer phases — add review or buffer time between major phases.
  5. Use assignee roles, not specific users — templates should be reusable across teams. Assign roles like "Project Manager" or "Technical Lead" and let the project creator assign specific people.
  6. Set meaningful priorities — not every task is high priority. Use priority levels to help team members focus on what matters.
  7. Preview before using — always preview a template before creating a project from it to catch any missing phases or tasks.
  8. Version your templates — when making significant changes, consider creating a new template version rather than modifying the existing one.

Next: Targets Setup — Configure performance targets and assignments.