Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I copy the Parent Value of a Cascading Field?

Marc Jason Mutuc
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2018

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.

1 answer

1 accepted

1 vote
Answer accepted
David Fischer
Community Champion
January 31, 2018

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)
Marc Jason Mutuc January 31, 2018

Thanks David!

Marc Jason Mutuc February 1, 2018

<!-- @@Formula:

(issue.get("customfield_13000") == null) ? null : issue.get("customfield_13000").get(null);

-->

Marc Jason Mutuc February 1, 2018

Why can't I accept your answer as an answer like the old version?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events