blank assignee expression should not make task assigned

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.6.0
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: