Leiga
  • About Leiga
  • 🎯Quick Start
    • For Everyone
    • For Developers
    • For Project Managers
    • For Product Owners
    • For Admins
  • ✨AI FEATURES
    • AI Assistant
    • Generate Subtasks
    • Summarize Comments
    • Screen Recording
  • 💡Projects
    • Create and Manage Projects
      • Create a Project
      • Custom Templates
      • Manage Projects
    • Create Work
      • Tags
      • Dependency
      • Subtasks
      • Attachment & Comments
      • Use Markdown Syntax to format rich text
    • Screen Recording
    • Project Board
      • Sprint Tracking
      • Kanban
      • Share Your Project Board
      • Save Kanban to Dashboard
    • Backlog
    • Work Table
      • Update Work Items
      • Hierarchical Tree View
      • Filter Work Items
      • Multi-Level Sorting
      • Column Settings
      • Import Work Items
        • Import Comments
      • Export Work Items
    • Epic
    • Project Overview
    • Workload Estimates
    • Jenkins Deployment
    • Automation
      • Add Automation
      • Manage Automation
      • Automation Recommend
        • General
        • For the development process
        • Bug Tracking
        • Cross-Project Collaboration
        • DevOps
    • Project Settings
      • Project Members
        • Project Collaborator
      • Work Type
        • Custom Fields
      • Workflow
      • Features
      • Automation
      • Webhook
        • Webhook Custom Template Overview
        • Webhook Custom Template Variables
      • Audit Logs
        • Automation Usage
        • External-Sharing Logs
      • Tags
    • Notifications
    • Global Search and Hotkeys
  • 🖇️Cross Project
    • Teams
    • Roadmap
      • Project Gantt
      • Project List
    • Release
    • Dashboard
      • Widgets
  • 💻IDE Plugin
    • Leiga for IDEs
      • Leiga JetBrains Plugins
        • Install the JetBrains plugin
        • Authenticate Leiga
        • Features
      • Leiga Visual Studio Code Extension
        • Install VSCode Extension
        • Authenticate Leiga
        • Features
  • 💼Apps and Integrations
    • Communication
      • Integration for Slack
      • Teams Integration
    • Development Tools
      • Sentry Integration(coming soon)
      • Jenkins Integration
        • How to integrate with Jenkins
      • GitLab Integration
        • How to integrate with GitLab
      • GitHub Integration
        • How to integrate with GitHub
    • Other Tools
      • Import Work from Jira
      • Figma Integration
      • Notion Integration(coming soon)
      • Zapier Integration
      • Email Integration
    • Jira Plugin
  • 🪄Leiga Lab
    • What is Leiga Lab
    • AI Risk Alert
    • Speed up Access through IndexedDB
  • 🛠️System Settings
    • OpenAPI
    • Field Management
    • Apps and Integration
    • Workday Settings
  • 🗃️Organization
    • Organization Information
    • Members Management
      • Groups
      • Invite Members
      • Add Members in Bulk
      • Invite New Members by Email
      • Share Team Link to Invite New Members
    • Permissions
  • 📍Personal Center
    • Personal Info
    • Notifications Settings
      • Leiga Weekly Report
    • My API Keys
Powered by GitBook
On this page
  • Formula
  • Text
  • Long Text
  • Rich Text
  • Numeric - Integer & Decimal
  • Date, Date&Time
  • Dropdown - Single Choice & Multiple Choice
  • Radio Button
  • Link
  • Progress Bar
  • Member
  1. Projects
  2. Project Settings
  3. Work Type

Custom Fields

PreviousWork TypeNextWorkflow

Last updated 1 year ago

Formula

Formula fields allow you to make calculations on value data like numeric, date or time on a work automatically.

How to set a formula

To create a formula field:

  1. Click the +Create button and select Formula field type.

  2. Add a field name.

  3. Select available fields or functions from the dropdown and enter operators(+, -, * or /) to write any valid formula.

  4. Click the Check Syntax button to check the validity of the syntax.

  5. Choose the display form for the calculation result: Date, Date&Time, Integer, Decimal, Percentages-value, Percentages- progress bar.

  6. Add a description to the formula(not required)

Supported Fields

  • Today (variable)

  • Now (variable)

  • Create Time

  • Updated Time

  • Estimated Points

  • Due Time

  • Start Time

  • Custom Number Fields

  • Custom Date/Time Fields

Sample Formulas

  • Remaining Days

Formula: {Due Time} - {Now} + 1Day

Display Form: Date

  • Subtask completion progress

Formula: SUM(Subtask - Estimated Point; Status = "completed") / SUM(Subtask - Estimated Point;)

Display Form: Percentages - Progress bar

Text

A single line of plain text.

Long Text

A paragraph of plain text.

Rich Text

Text area with Markdown editing support.

Numeric - Integer & Decimal

A formatted numeric value, that can be used to make calculations on formula.

Date, Date&Time

A custom date, or time.

Dropdown - Single Choice & Multiple Choice

A series of options in a menu.

Radio Button

A true or false checkbox.

You can set an option as the default in a Dropdown, Radio Button, Rich Text, Long Text, or Member.

Link

Any URL for quick access.

Progress Bar

A progress bar that's manually set.

Member

It can be single or multi-choice. The options range can be set to a member group.

💡