Hello,
I'm currently working on a groovy script on JIRA, and I want to get the comments of the Insight objects.
I get the object, but after that, I don't know how get the comments of the object.
Can someone help me, please?
Thank you.
Best regards,
Alex.
Hi,
You could try this function:
List<com.riadalabs.jira.plugins.insight.services.model.CommentBean> findCommentBeans(int objectId)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.