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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.