AutoTransitionListener - Reopen transition deletes issue summary

XMLWordPrintable

    • 3.07

      The problem is that updateIssue method in SummarySystemField class does not check for ID presence in the parameters map like other fields do. As a result summary is erased when issue is transitioned from AutoTransitionListener

      if (fieldValueHolder.containsKey(getId()))
      {
          ...
      }
      

      We need to implement the same check on this field.

              Assignee:
              Dylan Etkin [Atlassian]
              Reporter:
              Dushan Hanuska [Atlassian]
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: