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

Include a select all button or check box in custom fields' screens choosing

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • None
    • Issue - Fields
    • None
    • 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.

      It will be great if there is an option for users to have a select all or check all box so that it won't be a tedious job especially when there are exceptionally long list of screens to be added for the custom field.

      Workaround

      The information below relates to customizations in Jira Applications. Consequently, Atlassian Support cannot guarantee the provision of any support for the steps described on this page as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.

      • To check all boxes, run this custom JavaScript in the developer console:
        $('input[name="associatedScreens"]').each(function() { this.checked=true; });
        
      • To un-check all boxes, run this custom JavaScript in the developer console:
        $('input[name="associatedScreens"]').each(function() { this.checked=false; });
        

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              meiyan.chan@atlassian.com Mei Yan Chan [Atlassian]
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: