You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My Script runner Script behaviour is working for create screen but not working for edit screen .
Script runner Version:6.15.0
Script code :
-----------------------------------------------------------
import com.onresolve.jira.groovy.user.FormField
def donorNameField = getFieldById("customfield_12331") // i.e Donor name field i.e Dropdown field
def donorNameFieldValue = donorNameField.getValue()
def OtherDonerNameField = getFieldById("customfield_11902") //ClearField field i.e Other Doner Name field
donorNameField.setRequired(true)
//-----------------------------------Logic To set text box to empty when you select "Other option from Drop down"------------------
if(donorNameFieldValue.toString().contains("Other"))
{
OtherDonerNameField.setHidden(false); // To Show it ---> we use "false"
OtherDonerNameField.setRequired(true)
}
else
{
OtherDonerNameField.setHidden(true); // To hide it ---> we use "true"
OtherDonerNameField.setFormValue(null) // to set empty when "other" is selected from dropdown , we passed Null to formField
OtherDonerNameField.setRequired(false)
}
-----------------------------------------------------------
Script working properly with create issue type ,but when i turn to edit the issue .behaviour not working at all . Facing issue to keep mandatory field . Because on edit mandatory field can be make to empty , which i dont want to .
Is there any restriction with Given version .
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events