1
0
Fork 0
Commit Graph

280 Commits (master)

Author SHA1 Message Date
Bob Carroll 800cb04ae9 Merge pull request #154 from jayguidos/master
Add support for JIRA custom field type "option"
2016-05-30 10:26:18 -07:00
Bob Carroll 24725a75b2 Merge pull request #151 from Kreinoee/master 2016-05-30 10:19:01 -07:00
Anders Kreinøe e099ff8111 Added support for fetching a Jira filter 2016-05-30 10:17:32 -07:00
Bob Carroll 015b62d18e Merge pull request #145 from magnlun/master
Added project category and email to project
2016-05-30 10:14:53 -07:00
Pierre-Luc Dupont 38f9fe441b Adding Issue resource, with test. 2016-05-30 10:15:14 -04:00
Anders Kreinøe 5af0411af5 Made Issue.SearchResult.iterator() return an Iterator<Issue> instead of IssueIterator, as this is a private inner class, and can be accessed by clients anyway. This work is part of fixing #158 2016-05-30 13:06:22 +02:00
Anders Kreinøe cadd67d17a Added more detailed javadoc to Issue.SearchResult. This work is part of fixing #158 2016-05-30 13:04:18 +02:00
Anders Kreinøe dda6a4ec78 Made searches return an empty SearchResult instance instead of throwing an exception on no result. This fixes #158 2016-05-30 12:45:39 +02:00
Anders Kreinøe 77ba00abeb Made all the time fields in WorkLog include the time and not just the date. This fix #156 2016-05-27 10:32:53 +02:00
jay.guidos 027a407109 Add support for JIRA custom field type "option" 2016-05-25 09:27:41 -04:00
Pierre-Luc Dupont 450ebb3a96 Update README.md 2016-05-19 16:43:19 -04:00
Pierre-Luc Dupont 5bb62b50b1 Update README.md 2016-05-19 16:42:26 -04:00
Pierre-Luc Dupont 5789edf972 Try markdown syntax 2016-05-19 16:41:20 -04:00
Pierre-Luc Dupont f8267d7230 Try markdown syntax 2016-05-19 16:37:44 -04:00
Pierre-Luc Dupont 04a1cbb6fa Adding test for the Board/Sprint resources 2016-05-19 16:01:14 -04:00
Pierre-Luc Dupont 69592a9d4e Adding test for the Agile API 2016-05-19 11:24:06 -04:00
Pierre-Luc Dupont 93d7d52031 Adding the Agile API to the project. First draft 2016-05-19 09:30:36 -04:00
Magnus Lundberg d32efebbd7 Added Magnus Lundberg to Authors 2016-04-08 12:03:17 +02:00
Magnus Lundberg 1790e0ca31 Added project category and email to project 2016-04-08 11:23:13 +02: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
Bob Carroll a1a0b197c2 Merge pull request #107 from psiegman/master
Add iterator() to SearchResult to loop over all the found issues
2016-03-09 07:48:15 -08:00
Bob Carroll 7f0a470693 Merge pull request #116 from hibi/attachment-removal
Added support to remove attachment
2016-03-09 07:42:07 -08:00
Bob Carroll eb0c510ed5 Merge pull request #118 from mikulucky/master
Changed Version merge and copy methods to throw a JiraException
2016-03-09 07:41:24 -08:00
Bob Carroll 0e0a923ebf Merge pull request #122 from iFactor/feature/create-version-for-project
added support for creating a new Version for a project.
2016-03-09 07:39:05 -08:00
Bob Carroll 1e86e5fe25 Merge pull request #131 from elguardian/multithread_support
add multithread support to jira client
2016-03-09 07:31:10 -08:00
Enrique Gonzalez Martinez 135b84019c add support for concurrent use of the jira client 2016-02-19 10:43:02 +01:00
Alfred Sawatzky 480b7a7a57 added support for creating a new Version for a project. 2016-02-01 15:28:37 -07:00
Joseph McCarthy 729aab1da9 Increased Test Coverage for TimeTrackingTest.java 2015-12-29 18:41:39 +00:00
Joseph McCarthy 1d761c533f increased test coverage for IssueTypeTest.java 2015-12-27 15:57:54 +00:00
Joseph McCarthy 063f3473cf increased test coverage for StatusTest.java 2015-12-27 15:52:37 +00:00
Joseph McCarthy 779ef0a12a increated test coverage for TransitionTest.java 2015-12-27 15:48:26 +00:00
Joseph McCarthy 5b21862eaa remove unsused Imports from Transition.java 2015-12-27 15:45:49 +00:00
Joseph McCarthy f0f9f40ba2 Increased UserTest.java to 100% 2015-12-27 15:44:30 +00:00
Joseph McCarthy 4d1f9282d7 Increase coverage for WatchesTest.java 2015-12-26 21:55:57 +00:00
Joseph McCarthy a851be6dfd Updated expected exceptions to JiraException. 2015-12-26 20:27:41 +00:00
Joseph McCarthy 745056254d Merge branch 'master' into continue-testing 2015-12-26 20:25:08 +00:00
Joseph McCarthy 61d666c694 #117 Changed Version merge and copy methods to throw a JiraException from consistency. 2015-12-26 20:04:51 +00:00
Joseph McCarthy 7aa91c6d7c Removed Time~one from worklog Test. 2015-12-26 19:57:49 +00:00
Joseph McCarthy f4069e4b89 Updated Tests for VersionTest.java, complete coverage for Version. 2015-12-26 01:34:42 +00:00
Joseph McCarthy 3580f4e887 Updated Build Script for TimeZone 2015-12-25 01:44:15 +00:00
Joseph McCarthy e9699f2b31 Merge branch 'continue-testing' of https://github.com/mikulucky/jira-client into continue-testing
* 'continue-testing' of https://github.com/mikulucky/jira-client:
  Updated Authors
2015-12-25 01:32:25 +00:00
Joseph McCarthy 67682f9963 Fix Date Format Error in Test 2015-12-25 01:32:03 +00:00
Joseph McCarthy 49e44ceb81 Updated Authors 2015-12-25 01:27:25 +00:00
Joseph McCarthy 7a1fdf07fb Removed name from Votes.java which is not used anywhere 2015-12-25 01:17:48 +00:00
Joseph McCarthy 69d55ee363 Cleaned up imports and increased test coverage for VotesTest.java 2015-12-25 01:17:12 +00:00
Joseph McCarthy 8c22cfae67 Remove Prepare annotation, not needed. 2015-12-25 01:05:24 +00:00
Joseph McCarthy 57ac671ecb Added PowerMock scoped for Testing and increased the testing for the WorkLogObject 2015-12-25 01:01:24 +00:00
Jakub Hübner 9ac2914c7d Added support to remove attachment 2015-12-10 11:13:03 +01:00
Bob Carroll 12f11ce2c3 Merge pull request #104 from stevegore/master
Pass MultiSelect field updates correctly
2015-09-20 18:33:09 -07:00
Bob Carroll b9db1ba53e Merge pull request #108 from nach-o-man/master
fixed worklog mappings and added tests
2015-09-20 18:31:07 -07:00