Today we got this challenge
It is pretty straightforward to specify what information can be sent over using exalate. It has the concept of a data filter where you can detail out what labels can be sent.
This data filter is actually a groovy script which is used to setup the message that will be sent over to 'the other side' This groovy script can have some content like
... // a label contains one field 'label' replica.labels = issue.labels.collect { it.label.findAll("pub_") } ...
Check our documentation site for more details
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.