Update Issue Field postfunction should be able to change version values in an issue

XMLWordPrintable

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      The Update Issue Field only supports a limited number of fields. It does not allow you to modify either the Affected Versions or Fix Versions fields. Perhaps this is because they are multiselect fields? This issue is a request to add support for versions to the list of fields supported in UpdateIssueFieldFunctionPluginFactory.java

       //This list of fields is hardcoded on purpose.  We dont want users to be able to edit just
              //any field via this post function.
              this.fields.add(fieldManager.getField(IssueFieldConstants.ASSIGNEE));
              this.fields.add(fieldManager.getField(IssueFieldConstants.DESCRIPTION));
              this.fields.add(fieldManager.getField(IssueFieldConstants.ENVIRONMENT));
              this.fields.add(fieldManager.getField(IssueFieldConstants.PRIORITY));
              this.fields.add(fieldManager.getField(IssueFieldConstants.RESOLUTION));
              this.fields.add(fieldManager.getField(IssueFieldConstants.SUMMARY));
              this.fields.add(fieldManager.getField(IssueFieldConstants.TIME_ORIGINAL_ESTIMATE));
              this.fields.add(fieldManager.getField(IssueFieldConstants.TIME_ESTIMATE));
              this.fields.add(fieldManager.getField(IssueFieldConstants.TIME_SPENT));
      

              Assignee:
              Unassigned
              Reporter:
              MattS
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: