We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58d4d1 commit 7884a69Copy full SHA for 7884a69
update_jira/index.js
@@ -12,7 +12,7 @@ const statusMap = {
12
customFields: {
13
// prod release timestamp
14
customfield_11475: new Date(),
15
- customfield_11473: 'Production'
+ customfield_11473: { name: 'Production' }
16
}
17
},
18
'main': {
@@ -23,7 +23,7 @@ const statusMap = {
23
24
25
26
27
28
29
'staging': {
@@ -34,7 +34,7 @@ const statusMap = {
34
35
// staging release timestamp
36
customfield_11474: new Date(),
37
- customfield_11473: 'Staging'
+ customfield_11473: { name: 'Staging' }
38
39
40
'dev': {
0 commit comments