I am trying to create a sub-task from an existing issue in JIRA through Visual Studio (VS). I am using Atlassian.SDK library through bitbucket to access JIRA. It doesn't seem to be working when trying to connect to JIRA. Also, when I use "5" for a subtask type, it doesn't set the IsSubTask flag to true. What connection string, username, and password should I use to connect through Visual Studio and how do I get the program to recognize it's a sub-task that I am creating?
Here's a link to the Wiki of the Atlassian library I am using in VS: