Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Is it possible to display comment ID's on an issue page? Either the internal comment ID (ex: 212211) or a unique ID relative to each issue.
The use case is when referring to a specific previous comment. Currently we refer to them as "Referring to the comment from [user] on [date]", but that's cumbersome and not always specific enough. It would be ideal to be able to say "This comment superceded #4.".
Hi, Brett
You can change the template for comments here
WEB-INF\classes\templates\plugins\jira\issuetabpanels\comment.vm
Find the line:
<div class="action-details">#actionDetailsBody($action $i18n "verbose")</div>
and insert ${action.comment.id}. Something like this:
<div class="action-details">#actionDetailsBody($action $i18n "verbose")<span>#${action.comment.id}</span></div>
Here's the result
Cheers
We are using a hosted solution at atlassian. What should we do to display Comment ID in a bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd love to be able to show comment ID on our hosted solution as well. Don't see a way currently..
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.
I filed a feature request with the team, here: https://jira.atlassian.com/browse/JRACLOUD-80242. Please vote up!
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.