Hi I have three sub-task issue types that share the same workflow and only one of the three requires a custom field.
I do not want to create a separate workflow but instead want to trigger a field requirement from the workflow they are sharing by using custom script.
issue.issueType.name == 'Storybug' && !issue.get("customfield_XXXXX")?.value did not seem to work. What am i missing. Is it even possible to do this in the workflow?