Hi Team,
Can you please how to set this using behaviours. I have already changed the priority value based on other field values, but not able to do with data.
If issuetype in (Bug, "Change Request") AND Need By Date is a date in the past then set Priority=Critical.
This is based on select field value,
{noformat}
if (getFieldById(getFieldChanged()).getValue() == "Yes") {
getFieldById("priority").setFormValue("Blocker")
}
{noformat}
Hi @Lakshmi CH
Is this question a duplicate of the later questions you posted:
If so, would you please mark this one as answered and then people can refer to the later answers.
Thank you, and best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.