Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hello,
I'm trying to populate the remote issue key with the remote Issue URL as follow
def issueURL = "https://remote_instance/browse/" + replica.key
issue.customFields."Remote Issue Key".value = "<a href=" + issueURL + ">" + replica.key + "</a>"
But this is not working. Has anyone done something similar to this.
On a different note, is there a way to get the remote instance info rather than hard coding it. as above.
Regards,
Ziad