jira-client
jira-client copied to clipboard
A simple JIRA REST client for Java
> /rest/agile/1.0/board/{boardId}/issue This API is used to get all issues [including backlogs] of a specific board which is missing currently. > /rest/agile/1.0/board/{boardId}/project This API is used to get all projects...
This is a PR for issue #204 . Additionally, I have fixed a the simple search test case. Apparently, the expected result jira ticket has been changed on remote's side....
Hi @rcarz , have been wondering if you have considered the use of [Project Lombok](https://projectlombok.org/) . Given the amount of barebones getters/setters, developers would benefit of a cleaner code, without...
I'm getting an error when connecting to a JIRA sitting behind an Apache SSL proxy, for which the JIRA VHost is not the first in alphanumerical terms. This is quite...
Hi, I would suggest an upgrade to httpClient version. In fact, the currently used version(4.2.x) is pretty outdated. In order to perform a _smooth_ improvement, I would suggest to upgrade...
would you consider the Interface about group and users for example : http://example.com:8080/jira/rest/api/2/group because when we change the Activity directory of jira, the users lost their groups. we need bakup...
Hi Guys, Is there anybody know that how I can create an issue with customized IssueType? Thanks, max
For an issue, try to set the 'Epic' field which is customfield_10009 "customfield_10009": { "required": false, "schema": { "type": "any", "custom": "com.pyxis.greenhopper.jira:gh-epic-link", "customId": 10009 }, "name": "Epic Link", "key": "customfield_10009",...
`Exception in thread "main" java.lang.NoSuchMethodError: org.apache.http.client.utils.URLEncodedUtils.encPath(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String; at org.apache.http.client.utils.URIBuilder.encodePath(URIBuilder.java:175) at org.apache.http.client.utils.URIBuilder.buildString(URIBuilder.java:136) at org.apache.http.client.utils.URIBuilder.build(URIBuilder.java:104) at net.rcarz.jiraclient.RestClient.buildURI(RestClient.java:117) at net.rcarz.jiraclient.Issue.realGet(Issue.java:697) at net.rcarz.jiraclient.Issue.get(Issue.java:723) at net.rcarz.jiraclient.JiraClient.getIssue(JiraClient.java:90) at API.JIRA.JiraAPI.(JiraAPI.java:23) at com.company.Main.main(Main.java:18) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at...