1
0
Fork 0
Commit Graph

260 Commits (29f86d7ec0086284d18ef40cd2ee707fe3ed3645)

Author SHA1 Message Date
Bob Carroll 29f86d7ec0 fix test project 2017-07-02 12:18:56 -07:00
Bob Carroll 699b16354e Merge pull request #181 from kemjones/watchers-support
add watchers support to class Watches
2017-07-02 11:51:32 -07:00
Bob Carroll daeaff57de Merge pull request #179 from kemjones/patch-1
Fix typo in "Get Issue Watchers" API request [Issue #178]
2017-07-02 11:47:00 -07:00
Bob Carroll ae6e7fd9c5 Merge pull request #177 from vonloxley/master
Add security-field to issus
2017-07-02 11:46:25 -07:00
Bob Carroll beac11cc50 Merge pull request #176 from rasei/fix-for-#175
Fixed #175
2017-07-02 11:43:08 -07:00
Bob Carroll 4fa1f23e99 Merge pull request #171 from stefanbirkner/junit-412
Update JUnit from version 4.8.2 to 4.12.
2017-07-02 11:42:30 -07:00
Bob Carroll 16c1db2485 Merge pull request #169 from mschuerer/master
Project class: add List<User> getAssignableUsers()
2017-07-02 11:42:01 -07:00
Kem cd83a8ea10 add watchers support to class Watches - update testGetWatchers 2016-09-09 12:29:38 -04:00
Kem 9ecc0a6cd4 add watchers support to class Watches 2016-09-08 19:38:19 -04:00
kemjones e3c08f5883 Fix typo in "Get Issue Watchers" API request
According to the doc, "https://docs.atlassian.com/jira/REST/cloud/#api/2/issue-getIssueWatchers", the correct v2 API request is "/watchers" not "/watches"
2016-09-07 14:59:09 -04:00
Niki Hansche 38c443d84f Add security-field to issus 2016-09-01 07:50:03 +02:00
rasei e660958fac Fixed #175 2016-08-30 22:18:44 +02:00
Stefan Birkner e89e0b71e7 Update JUnit from version 4.8.2 to 4.12.
Use the current version of JUnit.
2016-07-15 09:31:00 +01:00
Maik Schuerer 003f2b135f add method List<User> getAssignableUsers() 2016-07-05 16:36:45 +02:00
Bob Carroll c9220cb17e converted to a list 2016-06-02 21:11:33 -07:00
Bob Carroll e7a321ae90 Merge pull request #161 from pldupont/master
Adding an AgileClient to replace Greenhopper for newer version of JIRA.
2016-06-02 20:35:22 -07:00
Pierre-Luc Dupont a90809c412 Rebase from HEAD project 2016-06-02 10:13:38 -04:00
Pierre-Luc Dupont a1788dd189 Update README.md 2016-06-01 22:49:05 -04:00
Pierre-Luc Dupont d0db6b0bf8 Merge pull request #1 from pldupont/agile-API
Agile api - completed the read-only mode
2016-06-01 22:46:36 -04:00
Pierre-Luc Dupont 7747d35542 Completed the AgileClient implementation - Read Only. 2016-06-01 22:42:47 -04:00
Pierre-Luc Dupont 04f90c00d1 Explode Issue attributes 2016-06-01 16:27:50 -04:00
Bob Carroll 74c21b5a1f implemented comment updating 2016-05-30 16:17:04 -07:00
Bob Carroll dc5ed2e3f1 fixed NPE when only id,key fields are requested on search #140 2016-05-30 15:16:28 -07:00
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
Pierre-Luc Dupont cbcf089722 Adding Epic resource, with test. 2016-05-30 16:40:26 -04:00
Bob Carroll d23935a267 Merge pull request #159 from Kreinoee/issue-158
Made searches return an empty SearchResult instance instead of throwing an exception on no result.
2016-05-30 10:55:09 -07:00
Bob Carroll ba58b45df6 Merge pull request #139 from nach-o-man/master 2016-05-30 10:46:43 -07:00
Andrey Kuzmin e2781229db Implemented delete issue. Added Mockito dependency for test. 2016-05-30 10:44:50 -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
Bob Carroll e0b01cd8eb Merge pull request #157 from Kreinoee/issue-156
Made all the time fields in WorkLog include the time and not just the date
2016-05-30 10:27:00 -07:00
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