See this code:
Read MoreLastComment : New Custom Field in JIRA
Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: return getLastComment(key)[“text”]; Insert the custom field in the screen That’s all! SIL Syntax programming
Read MoreLasCommentContains: New JQL custom function in groovy
Syntax: issueFunction in LastCommentContains(” query…”, “text to find”) Isn’t Key Sensitive
Read More




