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

Customizable Issue Collector Form

    XMLWordPrintable

Details

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

      Having the flexibility to change the appearance of the Issue Collector form would be a nice feature.

      Maybe there can be an option to add a custom stylesheet to customize the form style (a simple way to integrate a .css-file) in order to be able to have a full responsive popup for mobile compatibility especially.

      in particular this css code, which defined some fields size inside the popup of the collector :

      form.aui .long-field {
          max-width: 500px;
      }
      

      overriding the popup collector size can be done now using :

      .atlwdg-popup {
          height: 90% !important;
          width: 75% !important;
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              419aa7ee7c6a Damien (darwyn)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: