Hi,
Is it possible to get the list of all the issue types(like bug, feature, etc,) supported in Jira through REST API v4.4.1 ..
Nice. This is possible in SOAP. http://docs.atlassian.com/rpc-jira-plugin/4.4/com/atlassian/jira/rpc/soap/JiraSoapService.html#getIssueTypes(java.lang.String)
Nope. You can only get the details of a given issuetype by sending its id.
/rest/api/2.0.alpha1/issueType/{id}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.