1
0
Fork 0
Commit Graph

280 Commits (master)

Author SHA1 Message Date
Kyle Chaplin 42a9d66492 Merge pull request #9 from rcarz/master
Merge from rcarz
2013-10-08 19:05:58 -07:00
Bob Carroll c036406cd9 removed redundant function 2013-09-30 17:28:29 -07:00
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
Bob Carroll 382d581b4c Merge pull request #14 from chaplinkyle/master
Implemented downloading attachment as byte[]
2013-09-29 20:27:11 -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
Bob Carroll 440d437e72 Merge pull request #9 from chaplinkyle/master
A couple issues I found. Display name was returning null for user. Outward issue is set on issue links now.
2013-09-20 16:11:59 -07:00
Chaplin, Kyle d9f8c78752 Add inward issue back. 2013-09-20 08:16:35 -05:00
Kyle Chaplin 603b29878c Merge pull request #7 from chaplinkyle/bug-fix-2
Add additional 'what works' bullets
2013-09-19 18:26:05 -07:00
Kyle Chaplin 7018f52610 Add additional 'what works' bullets 2013-09-19 20:25:27 -05:00
Kyle Chaplin 8093df9974 Merge pull request #6 from chaplinkyle/bug-fix-2
Add custom field allowed values example to readme
2013-09-19 18:23:37 -07:00
Kyle Chaplin 10acce0800 Add custom field allowed values example to readme 2013-09-19 20:22:55 -05:00
Kyle Chaplin 8f9628cab5 Merge pull request #5 from chaplinkyle/bug-fix-2
Fix display name on user and fix issue link outward issue.
2013-09-19 18:05:39 -07: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
Kyle Chaplin 01d2e18a5b Merge pull request #4 from rcarz/master
Incorporate changes from rcarz master.
2013-09-12 08:58:22 -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
Kyle Chaplin ae6ced8aa6 Merge pull request #3 from chaplinkyle/component-options
Add method to get allowed values for the components field for a given pr...
2013-09-11 13:29:01 -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 f51e5f0b18 added greenhopper example 2013-08-25 15:01:29 -07: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 39069720e8 Merge pull request #2 from chaplinkyle/custom-field-options
Remove test Method
2013-08-25 12:58:31 -07:00
Kyle Chaplin b40be2c271 Remove test Method 2013-08-25 14:56:47 -05:00
Kyle Chaplin ee8b753826 Merge pull request #1 from chaplinkyle/custom-field-options
Add method that returns list of custom field options by custom field id,...
2013-08-25 11:52:25 -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 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
Bob Carroll 07ecf44a39 Merge pull request #4 from chaplinkyle/master
Implement adding attachment support.
2013-08-24 18:00:13 -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 b7d6164610 Update readme with new add attachment functionality. 2013-08-24 13:20:04 -05:00
Kyle Chaplin 286591edd1 Update readme with new add attachment functionality. 2013-08-24 13:18:45 -05:00
Kyle Chaplin 9cdadfb1cf Add Kyle Chaplin as author 2013-08-24 13:11:50 -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 8fce4d8ec6 version bump 2013-08-23 15:46:28 -07:00
Bob Carroll de65fd0c94 version bump 2013-08-23 15:37:17 -07:00
Bob Carroll d8e31e729f switched license to LGPL 2013-08-22 17:00:06 -07:00
Bob Carroll ebe661b70e Merge pull request #2 from chaplinkyle/master
Expose httpclient for proxy configuration.
2013-08-21 15:41:11 -07:00
Kyle Chaplin 93c8aea028 Fix camel case... 2013-08-21 17:18:42 -05:00