Ejemplo n.º 1
0
 public RemoteLink UpdateRemoteLink(IssueRef issue, RemoteLink remoteLink)
 {
     return(client.UpdateRemoteLink(issue, remoteLink));
 }
Ejemplo n.º 2
0
 public void DeleteRemoteLink(IssueRef issue, RemoteLink remoteLink)
 {
     client.DeleteRemoteLink(issue, remoteLink);
 }
Ejemplo n.º 3
0
 public RemoteLink CreateRemoteLink(IssueRef issue, RemoteLink remoteLink, string globalId)
 {
     return(client.CreateRemoteLink(issue, remoteLink, globalId));
 }