We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-7515

blank assignee expression should not make task assigned

    • Icon: Bug Report Bug Report
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • 7.6.0
    • engine
    • None

      If a task assignee is an expression, and that expression resolves to an empty string, then the task becomes assigned to "". I would like to write this:

      ${assignee_variable}
      

      Instead, I need to write:

      ${empty assignee_variable ? null : assignee_variable}
      

      This is surprising, and I can't think of a case where this is the desired behavior. An empty string should work as well as null to leave a task unassigned.

        This is the controller panel for Smart Panels app

            Loading...
            Uploaded image for project: 'camunda BPM'
            1. camunda BPM
            2. CAM-7515

            blank assignee expression should not make task assigned

              • Icon: Bug Report Bug Report
              • Resolution: Won't Fix
              • Icon: L3 - Default L3 - Default
              • None
              • 7.6.0
              • engine
              • None

                If a task assignee is an expression, and that expression resolves to an empty string, then the task becomes assigned to "". I would like to write this:

                ${assignee_variable}
                

                Instead, I need to write:

                ${empty assignee_variable ? null : assignee_variable}
                

                This is surprising, and I can't think of a case where this is the desired behavior. An empty string should work as well as null to leave a task unassigned.

                  This is the controller panel for Smart Panels app

                        Unassigned Unassigned
                        kgeis Ken Geis
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        2 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              Unassigned Unassigned
                              kgeis Ken Geis
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              2 Start watching this issue

                                Created:
                                Updated:
                                Resolved: