Hello all :)
Is it possible to detect within a behaviour if I´m on the Create Issue, Edit Issue or e.g. Clone+ screen? The behaviour should only work on one of these. Unfortunately I found nothing in the scriptrunner docu...
Thank you very much!
I tried to mark a field as "clone" with the clone+ plugin. Now I try to only execute my behavior if the field contains this mark.
am I doing anything wrong?!
def sum = getFieldById("summary").getFormValue()
if(sum.contains("Clone"){
//do something
}
it seems like the variable remains emtpy. Does anyone has a clue?!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.