gitlab_support_readiness 1.3.0 → 1.3.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35e11bd858a6b8c3849c7a37103a6a3dbdbec92e63858bbc3ba36e317a9f2eab
|
4
|
+
data.tar.gz: 67c8a723cfe16928b94c365b438a6d62abd5d97e224970cad9f0dda6cf8e7c8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b26389adedfbebdecc9aaddf2ca0fbd7b742e11d1c78ec1ef737a5a560b114a668c7f091ef03bd37f9b0c3c2092b437636c691057d66bcf5fb29f90a4b893f3
|
7
|
+
data.tar.gz: 279b80821b37ddec13f62541ea5841236447fa2d656d585e8fdd7cd7e21fb7616e2c9798379545c9b0f22489158feb82726c54d93f1ed6ae1081b29a7ad80210
|
@@ -51,18 +51,18 @@ module Readiness
|
|
51
51
|
ticket.status = 'new'
|
52
52
|
ticket.ticket_form_id = @lnr_form.id
|
53
53
|
ticket.custom_fields = [
|
54
|
-
{ id: @area_of_focus_field, value: 'aof_lnr' },
|
55
|
-
{ id: @ticket_stage_field, value: 'stage-frt' },
|
56
|
-
{ id: @prfs_field, value: 'all_regions' },
|
57
|
-
{ id: @plan_field, value: 'free_plan' },
|
58
|
-
{ id: @sales_name_field, value: zd_user.name },
|
59
|
-
{ id: @sales_email_field, value: zd_user.email },
|
60
|
-
{ id: @severity_field, value: 'sev3' },
|
61
|
-
{ id: @arr_field, value: '0' },
|
62
|
-
{ id: @priority_field, value: 'medium' },
|
63
|
-
{ id: @ir_category_field, value: 'ir_scl_exemption' },
|
64
|
-
{ id: @ir_submitter_field, value: zd_user.email },
|
65
|
-
{ id: @channel_field, value: 'created_by_agent' }
|
54
|
+
{ id: @area_of_focus_field.id, value: 'aof_lnr' },
|
55
|
+
{ id: @ticket_stage_field.id, value: 'stage-frt' },
|
56
|
+
{ id: @prfs_field.id, value: 'all_regions' },
|
57
|
+
{ id: @plan_field.id, value: 'free_plan' },
|
58
|
+
{ id: @sales_name_field.id, value: zd_user.name },
|
59
|
+
{ id: @sales_email_field.id, value: zd_user.email },
|
60
|
+
{ id: @severity_field.id, value: 'sev3' },
|
61
|
+
{ id: @arr_field.id, value: '0' },
|
62
|
+
{ id: @priority_field.id, value: 'medium' },
|
63
|
+
{ id: @ir_category_field.id, value: 'ir_scl_exemption' },
|
64
|
+
{ id: @ir_submitter_field.id, value: zd_user.email },
|
65
|
+
{ id: @channel_field.id, value: 'created_by_agent' }
|
66
66
|
]
|
67
67
|
create = Readiness::Zendesk::Tickets.create!(@zendesk_client, ticket)
|
68
68
|
puts "Ticket created: #{create.id}"
|
@@ -51,18 +51,18 @@ module Readiness
|
|
51
51
|
ticket.status = 'new'
|
52
52
|
ticket.ticket_form_id = @lnr_form.id
|
53
53
|
ticket.custom_fields = [
|
54
|
-
{ id: @area_of_focus_field, value: 'aof_lnr' },
|
55
|
-
{ id: @ticket_stage_field, value: 'stage-frt' },
|
56
|
-
{ id: @prfs_field, value: 'all_regions' },
|
57
|
-
{ id: @plan_field, value: 'free_plan' },
|
58
|
-
{ id: @sales_name_field, value: zd_user.name },
|
59
|
-
{ id: @sales_email_field, value: zd_user.email },
|
60
|
-
{ id: @severity_field, value: 'sev3' },
|
61
|
-
{ id: @arr_field, value: '0' },
|
62
|
-
{ id: @priority_field, value: 'medium' },
|
63
|
-
{ id: @ir_category_field, value: 'ir_sm_temp' },
|
64
|
-
{ id: @ir_submitter_field, value: zd_user.email },
|
65
|
-
{ id: @channel_field, value: 'created_by_agent' }
|
54
|
+
{ id: @area_of_focus_field.id, value: 'aof_lnr' },
|
55
|
+
{ id: @ticket_stage_field.id, value: 'stage-frt' },
|
56
|
+
{ id: @prfs_field.id, value: 'all_regions' },
|
57
|
+
{ id: @plan_field.id, value: 'free_plan' },
|
58
|
+
{ id: @sales_name_field.id, value: zd_user.name },
|
59
|
+
{ id: @sales_email_field.id, value: zd_user.email },
|
60
|
+
{ id: @severity_field.id, value: 'sev3' },
|
61
|
+
{ id: @arr_field.id, value: '0' },
|
62
|
+
{ id: @priority_field.id, value: 'medium' },
|
63
|
+
{ id: @ir_category_field.id, value: 'ir_sm_temp' },
|
64
|
+
{ id: @ir_submitter_field.id, value: zd_user.email },
|
65
|
+
{ id: @channel_field.id, value: 'created_by_agent' }
|
66
66
|
]
|
67
67
|
create = Readiness::Zendesk::Tickets.create!(@zendesk_client, ticket)
|
68
68
|
puts "Ticket created: #{create.id}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_support_readiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|