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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.