I'm using JMCF and would like to know how to copy the Parent Value of a Cascading field using the Calcualted Text field? At the current, I can only copy the Child Value.
It's actually documented here: https://innovalog.atlassian.net/wiki/spaces/KB/pages/35356677/Using+issue.get+field+name+in+scripts
You can use the following script:
issue.get("cascading field").get(null)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<!-- @@Formula:
(issue.get("customfield_13000") == null) ? null : issue.get("customfield_13000").get(null);
-->
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why can't I accept your answer as an answer like the old version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.