@@ -292,7 +292,7 @@ namespace eval ::jira {
292
292
return 1
293
293
} else {
294
294
# pass the json response in the result array to improve error handling
295
- array set result [array get json]
295
+ array set result [array get json]
296
296
return 0
297
297
}
298
298
}
@@ -353,7 +353,7 @@ namespace eval ::jira {
353
353
return 1
354
354
} else {
355
355
# pass the json response in the result array to improve error handling
356
- array set result [array get json]
356
+ array set result [array get json]
357
357
return 0
358
358
}
359
359
}
@@ -408,7 +408,7 @@ namespace eval ::jira {
408
408
return 1
409
409
} else {
410
410
# pass the json response in the result array to improve error handling
411
- array set result [array get json]
411
+ array set result [array get json]
412
412
return 0
413
413
}
414
414
}
@@ -451,7 +451,7 @@ namespace eval ::jira {
451
451
return 1
452
452
} else {
453
453
# pass the json response in the result array to improve error handling
454
- array set result [array get json]
454
+ array set result [array get json]
455
455
return 0
456
456
}
457
457
}
@@ -496,7 +496,7 @@ namespace eval ::jira {
496
496
return 1
497
497
} else {
498
498
# pass the json response in the result array to improve error handling
499
- array set result [array get json]
499
+ array set result [array get json]
500
500
return 0
501
501
}
502
502
} else {
@@ -517,7 +517,7 @@ namespace eval ::jira {
517
517
return 1
518
518
} else {
519
519
# pass the json response in the result array to improve error handling
520
- array set result [array get json]
520
+ array set result [array get json]
521
521
return 0
522
522
}
523
523
}
@@ -582,7 +582,7 @@ namespace eval ::jira {
582
582
return 1
583
583
} else {
584
584
# pass the json response in the result array to improve error handling
585
- array set result [array get json]
585
+ array set result [array get json]
586
586
return 0
587
587
}
588
588
}
@@ -619,7 +619,7 @@ namespace eval ::jira {
619
619
return 1
620
620
} else {
621
621
# pass the json response in the result array to improve error handling
622
- array set result [array get json]
622
+ array set result [array get json]
623
623
return 0
624
624
}
625
625
@@ -661,7 +661,7 @@ namespace eval ::jira {
661
661
return 1
662
662
} else {
663
663
# pass the json response in the result array to improve error handling
664
- array set result [array get json]
664
+ array set result [array get json]
665
665
return 0
666
666
}
667
667
}
@@ -683,7 +683,7 @@ namespace eval ::jira {
683
683
return 1
684
684
} else {
685
685
# pass the json response in the result array to improve error handling
686
- array set result [array get json]
686
+ array set result [array get json]
687
687
return 0
688
688
}
689
689
}
@@ -701,7 +701,7 @@ namespace eval ::jira {
701
701
return 1
702
702
} else {
703
703
# pass the json response in the result array to improve error handling
704
- array set result [array get json]
704
+ array set result [array get json]
705
705
return 0
706
706
}
707
707
@@ -743,7 +743,7 @@ namespace eval ::jira {
743
743
return 1
744
744
} else {
745
745
# pass the json response in the result array to improve error handling
746
- array set result [array get json]
746
+ array set result [array get json]
747
747
return 0
748
748
}
749
749
}
0 commit comments