Groovy issue - JMWE Comment on linked issue

Edward Basiliere September 8, 2017

Hello,

I'm having some issues getting the comment on linked issue post-function to work properly. The end result of this would be to add a comment onto a linked blocked issue when I transition the original issue. 

This functions fine when I do not set the Conditional Execution. 

However, when I add..

issue.get('labels') == 'test'

 ..the issue will transition fine, but does not add the comment.

If I add..

return (issue.get("labels").getName() == "test")

..I receive the following error when transitioning the issue:

 No signature of method: java.util.LinkedHashSet.getName() is applicable for argument types: () values: [] Possible solutions: getAt(int), getAt(java.lang.String), getAt(java.lang.String), getClass(), take(int)

I'd like to set this up to check the original issue for a few different field values (component, label, and some custom fields). If the fields don't match the requirements, the issue will still transition, but will not add a comment onto the linked issue.

Thank you for any assistance! 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events