How it Works What
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Table of Contents
|
What you'll find here
A description of how different features the plugin provide work along with descriptions of known limitations. This page was introduced for the
3.1.5 version release which featured a new searching capability along with compatibility with the JIRA Data Center v6.3 release
.
For version 3.0.0 we removed the need for the Last Comment value to be stored in the database. This greatly reduces the drag on the database as well as shrinking the amount of memory required to reindex the server. To install the v3.0.0 release we recommend you delete whatever field you are currently using to hold the last comment value (associated with the CCC Last Comment plugin) and then uninstall the prior to release v3.0.0 version.
After that just install the new version and create the Field you would like to use (We recommend using the name 'Last Comment' but in reality you could use any valid custom field name - i.e. 'Jane Says' would work just as well as long as the field's 'Type' is set to 'CCC Last Comment' (which now appears nearer the start of the custom field Types list).
Note: While a reindex is recommended after installing any pluging/creating a new custom field in this case it is not required.
How it Works Screenshots
Panel | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
How it Works Quick View
Name | Last Comment Custom Field |
---|---|
Version | 3.0.0 |
JIRA | 6+ Compatible |
Author(s) | Capital Plugins |
Marketplace | |
Documentation | LCCF On Demand |
Support | LCCF Issue Tracking |
Pricing | |
License | Commercial |
How it Works Version History
- 1.0.1 - Initial Release
- 1.0.2 - Fixed bug where it will display last comment regardless of whether the current user has permission to view it
- 1.0.3 - Fixed bug that throws an error when indexing.
- jvm 1.5 - Recompiled to be compatible with Java 1.5
- 1.0.4 - Added name of last user and date of post, Recompiled with Java 1.5
- 1.0.7 - Added support for JIRA v4.3
- 1.0.11 - Added support for JIRA 4.4
- ...v2x (5 versions)
- 3.0.0 - Added support for JIRA 6+
How it Works Installation
- This plugin can be installed via the JIRA plugin manager. No server restart is required. If you had previously installed this plugin in your WEB-INF/lib directory please remove that jar file and restart your JIRA server before attempting to install the new version
- So...Install the plugin via your JIRA Admin plugin manager
- Add a new custom field of type "Last Comment", fill out the custom field details, and add it to some screens.
Configuration Options
The CCC Last Comment Custom Field lets you display the contents of the most recent comment on the issue (the 'last' comment). The amount of content displayed is configurable by your JIRA Administrator for the system. The following options are available:
- Minimum Length of comment to
- display
- If the minimum character limit is exceeded additional characters will be added until the end of the current sentence or until the max value is exceeded. Leave one value blank to display the entire contents of the most recent comment.
- Maximum Length of comment to display
- Once the maximum length of the comment to display is met then the contents are returned to the calling process (the sentence is truncated). If this value is left blank then the entire comment will be returned.
- Browse Issue Renderer
- The renderer to use when viewing the issue details either alone or from within the Issue Navigator 'Detail' view
- Issue Navigator Renderer
- How to render the last comment value when viewing it as a list of issues in the Issue Navigator 'List' view
- Excel Export Renderer
- This controls how the data is exported to excel - if you want the HTML tags stripped out then select 'Plain Text' as the renderer
- Username and Timestamp
- Selecting this option will have the system display who authored the comment and when it was created (or last modified)
- Compress Comments
- Directs the renderer to strip out any blank lines from the comment before displaying it in any of the rendering contexts
Open Issues
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
How The Last Comment Searcher Works
Our custom Last Comment Searcher is an enhanced text searcher for the CCC Last Comment custom field type. In addition to being able to search through the content of the last comment, we have created targeted search functions that allow you to search for the author of the last comment, the project roles the author is in, and the user groups the author is in.
Searching Content
To search through the content of the last comment, simply enter the search term as you would for any text-based custom field.
The entire last comment is searchable even if the field is configured to display only a portion.
Searching Author
- To search for an author of the last comment using JIRA's advanced search, use our Last Comment Author function: lastCommentAuthor("")
Searching Project Roles
- To search for issues commented by users in a certain project role using JIRA's advanced search, use our Last Comment Roles function: lastCommentRole("")
Searching User Groups
- To search for issues commented by users in a certain user group using JIRA's advanced search, use our Last Comment Group function: lastCommentGroup("")