ticket_abstractor_client 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d150c4e093b4360b9b1dcc6cf09a6265e9ccb9a1
4
- data.tar.gz: 4e5ebb2195cb493b4333149cf541061100474fa0
3
+ metadata.gz: f0d5fae1f475a71146e5f7ff08cedd98bc648f38
4
+ data.tar.gz: ae35b7638da6b14a3978fe53f087bb71f956dde7
5
5
  SHA512:
6
- metadata.gz: 9e4654b8a9f97d9b7de3e8f97ff3ec0b331762806fbc136eda4877ebd9a4ebe4a4fbd2fa1041a644895cc129c98be82a3b4f66155b2283485c25e6bdeee62b35
7
- data.tar.gz: c610118d55484aa1661c533d2028e253a18e87834292a5bce870aaa146bba894972c16347f4768d3c1c4bd503a871c1439bc8d5fe2863e0e0e2c940db4dc1d38
6
+ metadata.gz: 773f6cc1901dfff76002e0c25951b3b81b282e9dc9d3ace9d83b65997cb48d93be869165613efca6b5852ba73b98cc50886c54b02b4aa683ae92d3bde25b1400
7
+ data.tar.gz: 754da4b86d3bbd164d3fa7d25b573585894bfeb0b7be35a3aa234258fa2e8f024040c75a34679f7fce233b4bae7e9253760582591b66b94093a370a337c11553
@@ -142,4 +142,12 @@ class TicketAbstractorClient::JiraClient < TicketAbstractorClient::Client
142
142
  def add_activity(issue_key, comment, opts = {})
143
143
  post_with_endpoint 'jira/add_activity', issue_key: issue_key, comment: comment, opts: opts
144
144
  end
145
+
146
+ def transitions_list(issue_key)
147
+ get_with_endpoint 'jira/transitions_list', issue_key: issue_key
148
+ end
149
+
150
+ def transit_issue(issue_key, transition_params)
151
+ post_with_endpoint 'jira/transit_issue', issue_key: issue_key, transition_params: transition_params
152
+ end
145
153
  end
@@ -1,3 +1,3 @@
1
1
  module TicketAbstractorClient
2
- VERSION = '1.14.0'
2
+ VERSION = '1.15.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticket_abstractor_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rsamoilov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-26 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  requirements: []
89
89
  rubyforge_project:
90
- rubygems_version: 2.2.2
90
+ rubygems_version: 2.4.2
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Client for the Ticket Abstractor service