So i created a read only and a "normale" insight custom field and both are auto-populated depending on another insight custom field. But this only works as long as the "source" field only contains 1 object. As soon as i add another one the auto populated fields disapear (Jira states they're empty). Once i reduce the amount of object in the "source" field both reapear. Is there any kinda solution which doesn't require me to force a non-multiple select "source" field?
Kind regards from Berlin
Hi Maik.
Please see your Filter Assign Scope. In order to be populated with multiple Values, based on another Insight CF, you will need to reference the other CF with:
object HAVING inR(Key IN (${customfield_10113${0}}))
This is just an example, but note that the ALL values in the "Parent" CF is indicated by ${0}, hence you should use Key IN (${customfield_10113${0}}) to match all Objects in the CF_10113
See our documentation for reference
Kind regards,
Yinon
Team Riada
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.