1
0
Fork 0
Commit Graph

260 Commits (29f86d7ec0086284d18ef40cd2ee707fe3ed3645)

Author SHA1 Message Date
Bob Carroll 4c5ce3df7b null field values now behave as expected on issue update 2014-05-26 12:54:06 -07:00
Paulo Casanova 1fa9f759bc Added parent field in Field. This field is used to link sub tasks to
their parent task.
2014-05-25 10:20:33 +01:00
Paulo Casanova be3bfdd736 Merge pull request #1 from rcarz/master
Merging rcarz/jira-client changes to my branch.
2014-05-21 14:47:38 +01: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
Bob Carroll c15648e30e Merge remote-tracking branch 'origin/pr/31' 2014-05-12 20:19:27 -07:00
Paulo Casanova b32d55b823 Added support to get/create/delete components. 2014-04-30 15:56:00 +01:00
Bob Carroll b0305773d6 Merge pull request #30 from witekw/master
Fixed passing parameters in url to the "user" API.
2014-04-28 20:43:13 -07:00
Witek Wołejszo 87f72b34e8 Proper serialization of custom fields values. Before ValueTuple was serialized to toString(); 2014-04-25 12:16:30 +02:00
Witek Wołejszo 080d014ff7 Fixed passing parameters in url. One case with "user" API. 2014-04-23 12:06:46 +02:00
Bob Carroll 3d96ddb0f8 Merge pull request #29 from paulo-casanova/master
Added some improvents to jira-client.
2014-04-20 00:14:53 -07: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
Gabriel Such 4a747c337e JQL returns timeTracking data as flat attributes in Issue 2014-02-05 14:51:04 -08:00
Gabriel Such 5cb2b580ae Add timeSpent and timeSpentSeconds to TimeTracking 2014-02-04 12:25:43 -08:00
Bob Carroll 0208094aa9 fixed content encoding issue when the system encoding is not utf-8 2014-01-17 14:43:56 -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
Bob Carroll 7505aa747c removed mutator because updates will be handled differently 2013-12-05 22:18:46 -08:00
Bob Carroll fb795b6759 Merge remote-tracking branch 'origin/pr/21' 2013-12-05 22:14:46 -08:00
Bob Carroll e37ca6c4e5 moved resource URL accessor to base class 2013-12-05 22:11:39 -08:00
Philip Stehlik dbc8334520 Fixing EstimateStatistic.staticFieldValue to pull from the right JSON element.
Converting EstimateStatistic to support Double typed statFieldValue
2013-11-27 12:54:04 -08:00
Philip Stehlik 0c18c3bcd7 Making getDateTime safer to deal with 'None' date strings returned from JIRA API
Changing the backlog to allow seeing sprints (not 'openSprints') and also adding the issues to the actual Sprint objects.
In addition also adding 'backlogIssues' List to Backlog class for easy access to the issues in a given Backlog
2013-11-24 20:09:57 -08:00
Joseph McCarthy 0e7be53aa9 Started to Add Tests 2013-11-24 19:19:15 +00:00
Bob Carroll e5c4b4412c Removed errant println from testing 2013-11-07 00:05:47 -08:00
Bob Carroll ce22bf110c Merge pull request #19 from vbmacher/master
Fixed query for retrieving list of sprints
2013-11-05 13:24:36 -08:00
Peter Jakubco 2f4ed6b124 Fixed query for retrieving list of sprints
Please see GHS-9747 and GHS-9321
2013-11-05 22:12:07 +01:00
Bob Carroll 3cdae89446 version bump 2013-10-28 14:45:28 -07:00
Bob Carroll 6ed7f476f7 version bump 2013-10-28 14:30:59 -07:00
Bob Carroll e0810c82d3 replaced the map for custom field values with a ValueTuple list 2013-10-14 15:53:46 -07:00
Bob Carroll acda71453e Merge pull request #18 from chaplinkyle/master
Implement including max search results parameter because default search limit is 50. fixes #17
2013-10-14 14:19:38 -07:00
Kyle Chaplin c4cab0877c Implement maxResults parameter in search 2013-10-08 21:51:50 -05:00
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