Hi!
I want validate a value of select list (single choice) in parent issue on the create transition so I generate this expresión with scriptrunner, in the test is ok but when I tried to create an issue fails.
issue.parent != null && (issue.parent.issueType.name == "Project") && ((issue?.parent?.customfield_10061?.value == “agile”))
Thanks for you help.
Can you give us a bit more detail on what the jira expression is doing?
Do you want to check a parent work item's custom field value when you are creating a new work item?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.