jira-client
jira-client copied to clipboard
A simple JIRA REST client for Java
See: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/ As of March 15, 2018, in accordance to the [Atlassian REST API Policy](https://developer.atlassian.com/platform/marketplace/atlassian-rest-api-policy/), support for passwords in HTTP basic auth requests will no longer be supported on or...
Hi Bob, I started to try out your jira-client with a fresh Jira Core installation. I worked through your Quick Start Example and reading the issue, voting, add watchers and...
Your Jira Client only allows posting new issues using the English issue type name. If i try to use the german issue type name, an Exception is thrown ``` net.rcarz.jiraclient.JiraException:...
This is the error I get when I try to set assignee or change resolution.Basically when i use transition it doesn't work. Pls help me out.Thanks in advance.This is the...
I didn't found any method to support oAuth authentication.
Fixes issue #220
I get available issue types using: ``` jiraClient.getProject("JRA").getIssueTypes() ``` I get an issue type names "Anomalie" (french for "Bug"). Then I create an Issue with this issue type: ``` jiraClient.createIssue("JRA",...
Hello. I've added " compile 'net.rcarz:jira-client:0.5' " in build.gradle. But I can't make APK because of DexException. Caused by: com.android.dex.DexException: Multiple dex files define Lorg/apache/commons/collections/Buffer; at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:661) at com.android.dx.merge.DexMerger.getSortedTypes(DexMerger.java:616) at...
Current version of JIRA returns issuesNotCompletedInCurrentSprint and issuesCompletedInAnotherSprint collections to track Non-completed issues. I corrected SprintReport to pick them up correctly