You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm setting up a comments-intensive page that will have a few thousand comments on it each month, and so it will rapidly become unwieldy for new commenters to have to scroll to the bottom. David Simpson posted somethign abou tthis on his blog, as an addition to a tip about how to sort comments by descendign age, but I had trouble getting the comments-at-the-top part to work.
In keeping with David Simpson's solution, you could do something like dropping this into Admin>Custom HTML> At the End of the Head:
<script> AJS.toInit(function(){ $comments = AJS.$('#page-comments'); $comments.children().each(function(i,li){$comments.prepend(li)}) $commentbox = AJS.$('.quick-comment-container') AJS.$('#page-comments').before($commentbox) }); </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have the same problems with our Jira 9.1.1.
Tried the above snippet, but didn't work, I assume, the IDs have changed :-/.
Do you have a solution for 9.1.1?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have Jira verion 7.4.3 and 7.7.1. There is no Admin>Custom HTML> option
to move button "comment" to top.
Where i can find it? Who knows?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe this is now found in the "System -> USER INTERFACE -> Announcement Banner" area.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.