Hi again everyone,
I'm a new user of groovy, and I'm trying to learn its ins and outs but even this simple task has me stumped... I'm trying to concatenate a subtask's summary with it's created date.
From what I've read in Jira documentation / groovy documentation I'm using the following:
String summary = "issue.get("summary")" + " - " + "issue.get("created")
Can someone please help me understand what I'm doing wrong?
Thanks,
~Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.