Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-23678

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

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: