Hello,
We would like to set a value in a date field, based on the sprint end date.
So if the sprint end date is 2/26/2019, that field would get this value.
Would this be possible using scriptrunner? If so, would anyone know how to do that?
Thank you!
You should be able to see the logging done by behaviours if you have clicked on enable logging .
Try the below code in your script with logging enabled and try to find it in the atlassian-jira.log using CRTL+F ,
log.debug("--------------------This is to test Behaviours Logging----------------")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.