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
Thanks, Boris. This is helpful. When we update JIRA Agile, will we be able to get a new 30-day trial license (or will our existing trial license be able to be applied to this update)?
The existing one will continue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your trial license will work just fine. Your JIRA Agile version will not. Take a look at: https://marketplace.atlassian.com/plugins/com.pyxis.greenhopper.jira/versions for version compatibility information. Basically you will just need to upgrade and then update JIRA Agile. We always recommend doing this in a test environment before doing it in production. Instructions on setting up a staging environment can be found at: https://confluence.atlassian.com/display/JIRA/Establishing+Staging+Server+Environments+for+JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.