- 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!
www.MrAddon.com ®: Jira & Confluence Administration Support Blog
jira confluence admin administration support script scriptrunner groovy mraddon barcelona plugin custom development it technology barcelonatech development
when I try this I get the error:
Lexical error at line 1, column 28. Encountered: “\u201c” (8220), after : “”
LikeLike
Rewrite yourself the line of code its a typical error of the character ” with rich text format
LikeLike
Thanks, that did it.
LikeLike