JIRA does not have any comment field which can be added to issue navigator. However seeing last comment in issue navigator is one of the most wanted features from Atlassian.
Luckily, Enhancer Plugin has Comment custom field. You can easily define and configure this field.
To create a Comment custom field
...
- Name: The name of the custom field (This name will be displayed in screens and you will use this within JQL)
- First/Last: Should this custom field display first or last comment?
- Max Length: For some reason you may want to trim comment length.
- Only public comments: You may want to display only public comments, not the private ones.
- Show user: Adds commented user's display name to comment field
- Show timestamp: Adds the comment date info to the comment field
- Renderer type: If you do not want to see formatted text, you can change it here
...
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This page is about JEP for Jira DC. Using Cloud? Click here. |
While Jira's issue navigator doesn't natively support comment fields, the Enhancer Plugin offers a versatile solution. The Comment custom field lets you display the last (or first) comment, the commenter, and the comment timestamp directly within the issue navigator.
On this page:
|
---|
Step 1: Create a Comment custom field
From Jira settings, navigate to Manage Apps.
From the side menu, find
Enhancer Plugin for JIRA
.Click Custom Field Configuration.
Click the Add new JEP custom field button.
Click the Comment tab on the left-hand side of the dialogue.
Select Comment Field, then click Add custom field.
Step 2: Configure the field
Fill in the dialog box that appears.
Name–Create a name for the custom field (this will appear on screens and can be used in JQL).
First/Last– Choose whether to display the first or last comment.
Max Length– Set a limit for the length of the comment, if needed.
Only public comments– Optionally, display only public comments and ignore the private ones.
Show user– Display the commenter's name alongside the comment.
Show timestamp– Show the date and time the comment was made.
Renderer type– If you prefer not to display formatted text, adjust the renderer type here.
Click the Save Custom Field button.
You can create multiple Comment custom fields to suit different use cases. Here is how the custom fields will look on the issue view:
Tip |
---|
You must link the custom field with the appropriate screens to see them. For more information, refer to the Jira documentation. |