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

Update Advanced Cleanup documentation

XMLWordPrintable

    • 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.

      As of Jira 8.20, the API's for screens have changed.

      We have a script listed on our Advanced cleanup guide that no longer works to delete unused screens.

      In 8.13.11, the Screens API looks like this:

      public ViewFieldScreens(FieldScreenManager fieldScreenManager,
      FieldScreenFactory fieldScreenFactory,
      FieldScreenSchemeManager fieldScreenSchemeManager,
      WorkflowManager workflowManager)
      

      As of 8.20, the API now looks like this:

      public ViewFieldScreens(FieldScreenManager fieldScreenManager,
      FieldScreenFactory fieldScreenFactory,
      FieldScreenSchemeManager fieldScreenSchemeManager,
      FieldScreenService fieldScreenService,
      WorkflowManager workflowManager,
      JiraAuthenticationContext jiraAuthenticationContext,
      com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService)
      

      Because of this change, the script now gives a "cannot find matching method" because of the change. The scripts on this page should be modified to account for this change in API.

              26a6dba2d32a Agnieszka Tomaska (Inactive)
              jsanchez2@atlassian.com Jeremy Sanchez
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: