Atlassian added the concept of Threaded Comments around September 2025.
Currently there is no formal method to "un-thread" a conversation into a sequential list of comments. This bookmarklet is a (hacky) attempt to un-thread ticket comments and place in descending date order.
- Create a new empty bookmark. Name it appropriately (e.g.
Jira comment un-thread). - Copy contents of
bookmarklet.jsplace into the URL of the new bookmark. - Visit any Jira issue page, click the bookmarklet.
- Comments should now be un-threaded.
Source of bookmarklet.js was generated from the following Gemini AI prompt, using source.js as the starting JavaScript code:
Rewrite the following piece of javascript code as a bookmarklet