Hi,
I am trying to add a condition to a workflow. The condition is to validate if the issue's parent link issue has certain custom fields populated.
Here is what I could figure out so far:
issue.customfield_10018.value!=null
where customfield_10018 is parent link field.
Even above code does not give the expected output. The parent link on issue is populated but the above Jira expression keep returning 'false'.
You've probably got the wrong date format in the data, but that is a bit of a guess.
What does your log file say?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.