I am testing upgrade of Confluence instance from V2.9 to V5 using installed Team Calendar evaluation version 3.1.5. Successfully imported my data from old Calendar plugin.
Would like to display a list of upcoming events on home page, but edit calendar does not include view option=upcoming events.
"Upcoming Events" does display on Dashboard but seems to be caught in endless loop & does not load properly.
I have uninstalled calendar & reinstalled to no avail.
There is no reason for a for-loop to break anything.
But how does the for-loop break your behaviour?
What errors are you getting?
What gets outputted to your log?
Hi Peter just validated that in fact you can use for loops in behaviors!
When I was trying to grab the product line field I wasn't referencing the originated issue, but rather the destination issue. Corrected the below:
def productLineValue = contextIssue.getCustomFieldValue("Product Line(s)") as List
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.