You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "; :)