brpm_module_servicenow 0.0.1 → 0.0.2
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 +8 -8
- data/automations/transition_change_request.meta +3 -1
- data/config.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTRlZTAxNGI3ZTg1ODc1YmU1ODc3Y2RiOWZiMjcwNmM5Yjg2ODVmMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NWE5OTRjMjQ5ZTZkYjMzZGQxZjYyMjU5YzcwNTBjMjk4NDQyOTZkNg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDkwODJkNmUwOGRhNWQxOGUwNjUwOTU3OWVhZDE2ODE5MzQ5NTdiOWIwMmU0
|
10
|
+
OGY4OTgyNmVjY2Y4Mzk5NGVlZGRlODA3MjZkZWRjYTc3NmNhMGFkMjRlOWZl
|
11
|
+
NjE3YjUyNTdlZmNiNTE0MTcyZmExNGJlN2UyNmQzNWRhMDkyOGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWFlNDY4NzI0NzJmODRkYzEwNjYxNzNiNWU4NzczOWMwNTZhMDgyODExZDkz
|
14
|
+
YTQ2MzlmN2ZhMzQ2M2FjMmVjZGQ5NjBjMjM2NmZmZmY5NmI1MThmNmYyOGQ0
|
15
|
+
OTk4N2NhOGQ3ZjhhZDk1NzlhOWM4MTRhY2M0NTVmNTQyYTY5ODA=
|
@@ -1,8 +1,10 @@
|
|
1
1
|
params:
|
2
2
|
change_request_id:
|
3
|
-
name: Change request id
|
3
|
+
name: Change request id (optional, if not specified the change request id of the request param will be used)
|
4
|
+
position: A1:D1
|
4
5
|
target_change_request_status:
|
5
6
|
name: Change request status
|
7
|
+
position: A2:D2
|
6
8
|
type: in-list-single
|
7
9
|
list_pairs: 1,Pending|2,Open|3,Work in Progress|4,Closed Complete|5,Closed Incomplete|6,Closed Skipped
|
8
10
|
|
data/config.yml
CHANGED