1
0
Fork 0
Commit Graph

31 Commits (a90809c4125ee2a75ecaa30b30c3c4f7fff7602f)

Author SHA1 Message Date
Bob Carroll e3f68bf05d cleaned up search implementation 2016-05-30 15:10:54 -07:00
Bob Carroll c8802583aa fixed tabbing 2016-05-30 13:44:47 -07:00
Bob Carroll 3e557c9f5d Merge pull request #143 from mhartle/master
Allow JiraClient to use a custom HttpClient, e.g. for proxying
2016-05-30 10:28:51 -07:00
Anders Kreinøe e099ff8111 Added support for fetching a Jira filter 2016-05-30 10:17:32 -07:00
Michael Hartle a6a6f97241 Added JiraClient constructor to allow passing in a custom HttpClient, e.g. configured for proxying 2016-04-05 13:06:49 +02:00
Enrique Gonzalez Martinez 135b84019c add support for concurrent use of the jira client 2016-02-19 10:43:02 +01:00
Gleb Gadyatskiy 84315c22da Remembering session token for TokenCredentials 2015-04-24 13:24:32 -04:00
Gleb Gadyatskiy f8d327400a Remembering session token for TokenCredentials 2015-04-24 13:22:43 -04:00
Bob Carroll 9095944c98 minor clean up and retab 2015-01-25 19:17:10 -08:00
Gleb Gadyatskiy c6c9f7ec5d I added support for
1) Issue History
2) Counting issues 
3) Using JSESSIONID token for authentication in Single Sign-on environment (when Basic Credentials may not work)
2015-01-13 12:27:04 -05:00
Nikita Salnikov-Tarnovski 5c4f054ace Fixed omitted parameter 2014-12-27 10:58:09 +02:00
Nikita Salnikov-Tarnovski b86e92a0cb Adding field expansion support into issue search 2014-12-26 11:15:27 +02:00
Bob Carroll 869ee63552 moved deleteComponent to Component class for consistency, replaced getComponent with a passthrough to Component.get, and cleaned up URIs 2014-05-12 20:34:24 -07:00
Paulo Casanova b32d55b823 Added support to get/create/delete components. 2014-04-30 15:56:00 +01:00
Paulo Casanova 3e85089f20 Added another way to detect encoding in RestClient (current one doesn't always work). Added support for getProjects(), getProject(String) and getIssueTypes() in JiraClient. 2014-04-16 20:13:34 +01:00
Paulo Casanova 96f014ec04 Support changelog, long worklogs and better time tracking 2014-02-12 20:50:19 -08:00
Bob Carroll e6d0f04ec5 added option to change the JIRA API revision used by the client 2014-01-17 13:59:00 -08:00
Kyle Chaplin c4cab0877c Implement maxResults parameter in search 2013-10-08 21:51:50 -05:00
Alesandro Lang 5f0f892340 added functionality to retrieve all priorities 2013-09-30 15:28:36 -07:00
Alesandro Lang 3fa2ee3c54 added possibility to specify which fields to return when retrieving an issue or searching for issues 2013-09-30 15:28:04 -07:00
Bob Carroll d7029e9121 Merge remote-tracking branch 'origin/pr/7'
Conflicts:
	src/main/java/net/rcarz/jiraclient/JiraClient.java
2013-09-11 16:02:46 -07:00
Chaplin, Kyle 3fb13c3d33 Add method to get allowed values for the components field for a given project and issue type 2013-09-11 15:26:36 -05:00
Bob Carroll c4bb0ce1d9 retab 2013-08-25 13:46:07 -07:00
Kyle Chaplin f8fc68ce14 Add method that returns list of custom field options by custom field id, project key, and issue type name 2013-08-25 13:48:10 -05:00
Bob Carroll d8e31e729f switched license to LGPL 2013-08-22 17:00:06 -07:00
Bob Carroll 4fb1849039 reworked credentials for easier extension, and we're now sending creds with each request per https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Basic+Authentication 2013-05-31 18:11:46 -07:00
Bob Carroll 46cee16767 implemented issue searching 2013-05-29 15:34:21 -07:00
Bob Carroll b91162e722 implemented reading issue links 2013-05-28 15:46:21 -07:00
Bob Carroll 215587d27d added getter for current jira user 2013-05-27 00:50:47 -07:00
Bob Carroll 23044799a7 implemented issue creation 2013-05-26 16:53:12 -07:00
Bob Carroll a884bb8a22 implemented issue lookup and reading of system fields 2013-05-21 12:05:43 -07:00