The Jira object contains the following methods:
Method List
| Name | Description | 
|---|---|
CreateNewBugData
 | 
Creates an object that has data for creating a Jira issue of the Bug type. | 
CreateNewIssueData
 | 
Creates an object that has data for creating a Jira issue of any type available in your Jira project. | 
CreateUpdateIssueData
 | 
Creates an object that has data for updating a Jira issue. | 
Login
 | 
Logs in to Jira. | 
PostAttachment
 | 
Attaches a file to the specified Jira issue. | 
PostIssue
 | 
Creates a new issue in Jira. | 
UpdateIssue
 | 
Updates an existing issue in Jira. | 
