How to set default sprint field using behaviors

sgole February 4, 2021

How to set default sprint field using behaviors for create issue screen 

1 answer

1 accepted

2 votes
Answer accepted
sgole February 4, 2021

hii, 

it works by,

def SprintField = getFieldByName("Sprint")
SprintField.setFormValue("56")  /// id of sprint

Suggest an answer

Log in or Sign up to answer