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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0d5fae1f475a71146e5f7ff08cedd98bc648f38
|
|
4
|
+
data.tar.gz: ae35b7638da6b14a3978fe53f087bb71f956dde7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
90
|
+
rubygems_version: 2.4.2
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: Client for the Ticket Abstractor service
|