jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

A simple JIRA REST client for Java

Results 106 jira-client issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I'm facing an issue with the Attachment object. I've a scenario where I want to retrieve the most recent atttachment from a given JIRA issue. I'm trying to sort...

I am having trouble using the attachment download method. As far as I can tell, it is failing to authenticate the request. Relevant method: https://github.com/rcarz/jira-client/blob/master/src/main/java/net/rcarz/jiraclient/Attachment.java#L107-L127 When I manually add an...

Facing this issue in jira - Selenium interaction. I am having enough permission to create issue still facing the issue can anyone help me out

![image](https://user-images.githubusercontent.com/51112974/87619428-c386f680-c74e-11ea-93d6-1915a3ba1ef3.png) ![image](https://user-images.githubusercontent.com/51112974/87619486-e2858880-c74e-11ea-9f45-9b6ca8947fdd.png) ![image](https://user-images.githubusercontent.com/51112974/87619543-fd57fd00-c74e-11ea-8c22-15b4a7d245f4.png) ![image](https://user-images.githubusercontent.com/51112974/87619768-8ff89c00-c74f-11ea-9f74-173d899347ea.png) URIBuilder's addParameter method is not very friendly to Chinese support

When creating new JiraClient with URI like `new JiraClient("http://localhost:1234", credentials)` final url contains null in path: `/null/rest/api/latest/issue/createmeta` But when I add '/' at the end of uri it works: `new...

there is no option to send custom field along with multipart form data or file which leds to failure of importing scenario into xray jira. please can you fix this....

Considering the use of ``` java DefaultHttpClient httpclient = new DefaultHttpClient(); ``` in line 62 of JiraClient.java, it seems there is a [default infinite read timeout](http://stackoverflow.com/questions/3692776/whats-the-default-timeout-of-using-httpget-and-defaulthttpclient). I've run in to...

There is no getStarted() method in Worklog class ( 0.5 release ) But I find it in the master branch.

For my code I get an error, I know I have entered all the requried fields for ticket, I know my data is right (jira link, username, password, etc) What...

HI , How to link a issue (say a Bug) to another issue (say story)