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

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

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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));
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              73d805a2526b MattS
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: