Hi all,
When mapping a behaviour to a single, multiple individually selected or all individually selected issue types the initialiser fails to work. If mapped with "All Issue Types" it works without fail.
I'm trying to map this code to a single issue type. Here is the example code I am using:
defdesc = getFieldById("description")
defdefaultValue ="""Here the template...""".replaceAll(/ /,'')
if(! underlyingIssue?.description) {desc.setFormValue(defaultValue)}
Would anyone have any ideas?