rayshade / YouTrackRestApi

A set of Java classes wrapped around YouTrack REST API.
13 stars 9 forks source link

Issue Links errors #7

Open goodstuff20 opened 7 years ago

goodstuff20 commented 7 years ago

Hi,

Love your project! I noticed that IssueLink.createLink(.., SUBTASK_OF and PARENT_FOR don't work - you forgot to add a space in that method (i.e. instead of issueLink.typeName = "subtask of"; issueLink.typeName = "subtask of "; :)

Thanks!

Gustav