techtalk / JiraRestClient

A simple client for Atlassian JIRA service REST API
Other
65 stars 80 forks source link

Cannot update existing Issue Type #25

Open starmandeluxe opened 9 years ago

starmandeluxe commented 9 years ago

CreateIssue(String projectKey, String issueType, String summary) has a type parameter, but the same is not available for UpdateIssue. Request to make a method to update the Issue Type as well.