Set up project notifications with the workflow tool

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Use the workflow tool, for example, to set up a workflow that sends an email notification when the state of a project task becomes Work in Progress.

    시작하기 전에

    Role required: admin

    프로시저

    1. Create a workflow with the following attributes:
      • Name: Notify assignee
      • Table: Project task [pm_project_task]
      • If condition matches: Run if no other workflows matched yet
      • Condition: State is Work in Progress and Assigned to is not empty
        주:
        Do not modify other attributes in this example.
    2. Add a single Notification activity between the Start and End activities.

      Drag the activity onto the connector line until it changes color. The attributes of the activity are similar to the following example:

      • Name: Notify assignee
      • To: ${assigned_to}
      • Subject: Project task ${number} has been activated and is assigned to you
      • Message:Project task ${number} has been activated and is assigned to you
        • Number: ${number}
        • Short description: ${short_description}
        • Planned start date: ${start_date}
        • Planned end date: ${end_date}
        • Planned duration: ${duration}
      screenshot for project notifications