Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
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.
relates to
JSWSERVER-16161Sprint goal field does not support/handle multi-line texts
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.
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!
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
Omar Rashid
Votes:
94Vote for this issue
Watchers:
38Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
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.