1
0
Fork 0
Commit Graph

200 Commits (master)

Author SHA1 Message Date
Bob Carroll aef6776b8a implemented field updates by value ID 2013-09-30 16:51:15 -07: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
Kyle Chaplin a2e6adeced Merge pull request #8 from rcarz/master
unsealed classes for better extendibility
2013-09-29 20:14:54 -07:00
Kyle Chaplin 999dd98d67 fixes rcarz/jira-client #13 Download attachments as byte[]. 2013-09-29 22:12:16 -05:00
Bob Carroll 1583879d63 implemented field update operations 2013-09-26 14:17:04 -07:00
Bob Carroll 8d3e14106a unsealed classes for better extendibility 2013-09-20 16:27:32 -07:00
Chaplin, Kyle d9f8c78752 Add inward issue back. 2013-09-20 08:16:35 -05:00
Kyle Chaplin 7b27bcb9be Get outward issue instead of inward issue. 2013-09-19 20:03:48 -05:00
Kyle Chaplin c70c708d0a Fix display name null value 2013-09-19 20:03:01 -05: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
Bob Carroll 0f5677b635 Merge remote-tracking branch 'origin/master' 2013-08-25 13:45:14 -07:00
Bob Carroll 004c56f0e9 Merge pull request #5 from chaplinkyle/master
Method for returning options by customfield, project, issue type
2013-08-25 13:44:31 -07:00
Bob Carroll e12e5e3a2d implemented reading of the rapid view backlog 2013-08-25 13:43:49 -07:00
Kyle Chaplin b40be2c271 Remove test Method 2013-08-25 14:56:47 -05: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 3d7a392e5d finished sprint report implementation 2013-08-25 10:58:13 -07:00
Bob Carroll aef458bb52 implemented reading rapid view sprints and sprint report 2013-08-24 23:53:46 -07:00
Bob Carroll 6a1ada582a fixed rapid view id and implemented sprint retrieval 2013-08-24 18:54:54 -07:00
Bob Carroll 1b3df7d59f implemented retrieval of rapid boards 2013-08-24 18:16:53 -07:00
Kyle Chaplin 2d18abf36e Overload.. 2013-08-24 18:57:53 -05:00
Kyle Chaplin 3a65c6f61a Maintain convention by overloading the method post. Slight refactor to avoid ambiguous method compile-time error. Voting/Issue Creation/comments/attachments were retested. 2013-08-24 18:47:20 -05:00
Kyle Chaplin 60ec3b8ae5 Remove unnecessary null check. 2013-08-24 13:04:15 -05:00
Kyle Chaplin b9129b2132 Implement attatchment adding support. 2013-08-24 12:59:52 -05:00
Kyle Chaplin bbf5b89042 Fix attachment data retrieval. 2013-08-24 11:59:28 -05:00
Bob Carroll d8e31e729f switched license to LGPL 2013-08-22 17:00:06 -07:00
Kyle Chaplin 93c8aea028 Fix camel case... 2013-08-21 17:18:42 -05:00
Kyle Chaplin 322647a3dc Expose http client for configuration. 2013-08-21 17:09:40 -05: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 db798c8880 implemented creating subtasks 2013-05-29 15:12:52 -07:00
Bob Carroll b0d3c3d7c6 implemented unlinking issues 2013-05-29 14:57:55 -07:00
Bob Carroll bda6748e84 implemented issue linking 2013-05-28 17:26:28 -07:00
Bob Carroll cc8be317a7 implemented reading the issue work log 2013-05-28 17:00:05 -07:00
Bob Carroll 5e79dc9aa7 added subtasks to issues 2013-05-28 15:53:57 -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 7491992c41 implemented issue refresh 2013-05-26 23:51:29 -07:00
Bob Carroll d5ef77e016 added resolution and resolution date to issues 2013-05-26 23:36:57 -07:00
Bob Carroll 47db0a6b5c implemented voting on issues and watching 2013-05-26 17:45:22 -07:00
Bob Carroll 23044799a7 implemented issue creation 2013-05-26 16:53:12 -07:00
Bob Carroll 29374abfd7 implemented retrieval of custom fields 2013-05-23 19:13:27 -07:00
Bob Carroll 05cce72a6b implemented retrieval of project, votes, and watchers on an issue 2013-05-23 18:23:18 -07:00
Bob Carroll 8f465f6d34 fixed lookup url 2013-05-23 18:22:06 -07:00
Bob Carroll 6648210199 implemented adding comments to issues 2013-05-22 13:36:00 -07:00
Bob Carroll 4521a149ae implemented transitions 2013-05-21 21:30:50 -07:00
Bob Carroll a02ac414c1 implemented updating of most system fields 2013-05-21 13:28:53 -07:00
Bob Carroll a884bb8a22 implemented issue lookup and reading of system fields 2013-05-21 12:05:43 -07:00