Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-11933

AutoTransitionListener - Reopen transition deletes issue summary

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              dylan@atlassian.com Dylan Etkin [Atlassian]
              dushan@atlassian.com Dushan Hanuska [Atlassian]
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: