def countSATSUN=0
if (c2.get(Calendar.DAY_OF_WEEK) == Calendar.SATURDAY|| c2.get(Calendar.DAY_OF_WEEK) == Calendar.SUNDAY)
{
countSATSUN++;
}
this is giving wrong count
Can somebody help
Hi Jacob,
We have good examples of how to set custom field values here:
https://library.adaptavist.com/entity/update-the-value-of-a-custom-field-using-a-listener
https://library.adaptavist.com/entity/update-the-value-of-a-custom-field-in-jira
Regards,
Josh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.