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

when i create field "customfield_10515", the field is my issue can link test plan, but this way doesn't work! public void testCreateIssue() throws URISyntaxException { try { String url ="xxxxxx";...

In the Quick Start Example, an example is given for a text field custom field: /* Pretend customfield_1234 is a text field. Get the raw field value... */ Object cfvalue...

Added myself as an author. I have some changes to get the software to build with the latest Maven Build Plugin.

when do the 0.6 release pubish? 0.5 have some bug serious

Hi Dear, Can you please guide me how this api helps me to automate custom jira field. Automate: 'Yes'/'No' I have a custom field in my jira ticket name 'Automate'...

If this is not corrected then it's not possible to create subtasks.

BasicCredentials creds = new BasicCredentials("***", "****"); JiraClient jira = new JiraClient("https://jira.*****.com", creds); System.out.println(jira.getProjects()); Exception in thread "main" net.rcarz.jiraclient.JiraException: **peer not authenticated** at net.rcarz.jiraclient.JiraClient.getProjects(JiraClient.java:360) at com.haogao.util.JiraUtil.main(JiraUtil.java:71) Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not...

When I try to update the Resolution field (without doing a transition) for a closed defect, I'm getting an exception (Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n)....

Unable to link issue in version 0.5, please push 0.6 to maven central

Due to lack of inactivity since 2017, and no release since 2014 (cf [this](http://repo1.maven.org/maven2/net/rcarz/jira-client/)), I am asking if this project will be maintained in a near future ?