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

      Right now the sprint goal text box only supports a single line which gets cut off unless you hover off the text. This text box should support multi line text input and display. 

          Form Name

            [JSWSERVER-20433] Sprint Goal should support multi line text input

            Kyle added a comment -

            The workaround no longer works, the field doesn't have that attribute anymore. As I'm looking at it, there is no way to actually target that div specifically, there are only generated class names available. 

            Kyle added a comment - The workaround no longer works, the field doesn't have that attribute anymore. As I'm looking at it, there is no way to actually target that div specifically, there are only generated class names available. 

            Jonas Wolf added a comment - - edited

            Even better workaround:

            <style type="text/css">
            [data-fieldname="sprintGoal"],#ghx-sprint-goal {
                white-space: pre-line !important;
            }
            </style>
            

            This way, the layout applies in "Active Sprints" view as well.

            Jonas Wolf added a comment - - edited Even better workaround: <style type= "text/css" > [data-fieldname= "sprintGoal" ],#ghx-sprint-goal { white-space: pre-line !important; } </style> This way, the layout applies in "Active Sprints" view as well.

            Yes, please allow multi-line input for a Sprint Goal. I can then add additional information here that would make things SO much easier for my devs!

            Leslie Laws added a comment - Yes, please allow multi-line input for a Sprint Goal. I can then add additional information here that would make things SO much easier for my devs!

            andrés added a comment -

            Please fix this for Jira Cloud as well

            andrés added a comment - Please fix this for Jira Cloud as well

            Workaround:
            Add this to the announcement banner:

            <style type="text/css">
            [data-fieldname="sprintGoal"] {
                white-space: pre-line; 
            }
            </style>
            

            Kirill Kamenkov added a comment - Workaround : Add this to the announcement banner: <style type= "text/css" > [data-fieldname= "sprintGoal" ] { white-space : pre-line; } </style>

            Lewis Cook added a comment -

            Have voted on this issue as I can't see a similar one for Cloud (which I use).

            Lewis Cook added a comment - Have voted on this issue as I can't see a similar one for Cloud (which I use).

              Unassigned Unassigned
              b2bfb3571c99 Omar Rashid
              Votes:
              94 Vote for this issue
              Watchers:
              38 Start watching this issue

                Created:
                Updated: