-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.json
More file actions
950 lines (950 loc) · 39.9 KB
/
index.json
File metadata and controls
950 lines (950 loc) · 39.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
{
"acc-ext-generator": {
"name": "Accelerate Data Generator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "Accelerate Data Generator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.41",
"date": "2023-01-10T22:41:39.922Z",
"image": "urbancode/acc-ext-generator:1.0.41",
"notes": [
"Remove need to manually specify User Access Key"
],
"supports": "4.0.5"
}
},
"appscanPlugin": {
"name": "HCL AppScan Enterprise (ASE)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-appscan/",
"description": "Allows UrbanCode Velocity to import AppScan scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.51",
"date": "2024-04-04T08:34:18.805Z",
"image": "urbancode/ucv-ext-appscan:2.0.51",
"notes": [
"<b>Bug Fix:</b> In earlier version of plugin data into HCL AppScan Enterprise Issues metrics was not showing in VSM."
],
"supports": "2.5.0"
}
},
"asocPlugin": {
"name": "HCL AppScan on Cloud (ASoC)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-asoc/",
"description": "Allows UrbanCode Velocity to import ASoC scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "3.0.27",
"date": "2026-03-18T16:28:32.322Z",
"image": "urbancode/ucv-ext-asoc:3.0.27",
"notes": [
"Fixed an issue with the getEndpoint call caused by an API change."
],
"supports": "2.5.0"
}
},
"blackDuckPlugin": {
"name": "Black Duck",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-blackduck/",
"description": "This is a plugin to handle Black Duck requirement for UrbanCode Velocity",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.21",
"date": "2022-05-31T14:09:16.498Z",
"image": "urbancode/ucv-ext-blackduck:1.0.21",
"notes": [
"minor fix"
]
}
},
"coverageCorePlugin": {
"name": "Coverage Core",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-coverage-core/",
"description": "Allows UrbanCode Velocity to import Coverage Core coverage reports as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.44",
"date": "2024-11-04T07:26:42.118Z",
"image": "urbancode/ucv-ext-coverage-core:1.0.44",
"notes": [
"fixed issue for Code Coverage plugin not supporting clover xml format"
]
}
},
"jmeterPlugin": {
"name": "Apache JMeter",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jmeter/",
"description": "Allows UrbanCode Velocity to import JMeter test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.62",
"date": "2024-06-12T06:54:21.038Z",
"image": "urbancode/ucv-ext-jmeter:1.0.62",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"junitPlugin": {
"name": "JUnit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-junit/",
"description": "Allows UrbanCode Velocity to import JUnit test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.84",
"date": "2024-07-03T09:30:03.807Z",
"image": "urbancode/ucv-ext-junit:1.0.84",
"notes": [
"Updated the metric plugins in production to align with the new Argo-less framework."
]
}
},
"msQualityPlugin": {
"name": "Microsoft Visual Studio Testing",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-vs-quality/",
"description": "Allows UrbanCode Velocity to import VS Quality test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.49",
"date": "2024-06-11T10:22:05.379Z",
"image": "urbancode/ucv-ext-vs-quality:1.0.49",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"onetestPlugin": {
"name": "HCL OneTest",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-onetest/",
"description": "Allows UrbanCode Velocity to import DevOps Test test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.40",
"date": "2024-06-11T11:20:45.835Z",
"image": "urbancode/ucv-ext-onetest:1.0.40",
"notes": [
"npm wrapper version update for Argo Replacement"
],
"supports": "2.5.0"
},
"branding": {
"name": "DevOps Test",
"version": "1.0.34"
}
},
"release_summary_ibm": {
"name": "GenAI Summary Release - IBM",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-release-summary-ibm/",
"description": "Generates a summary of the current state of work for active releases",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.7",
"date": "2025-04-07T04:57:57.984Z",
"image": "urbancode/ucv-ext-release-summary-ibm:1.0.7",
"notes": [
"<b>Feature enhancement</b> : The summary now features a dedicated section offering insights into release quality and readiness. Users can set a monthly limit on token usage. New language models have been integrated with support for WatsonX plugins."
]
}
},
"release_summary_openai": {
"name": "GenAI Summary Release - OpenAI",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-release-summary-openai/",
"description": "Generates a summary of the current state of work for active releases",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.3",
"date": "2025-04-04T11:16:25.624Z",
"image": "urbancode/ucv-ext-release-summary-openai:1.0.3",
"notes": [
"<b>Feature enhancement</b> : The summary now features a dedicated section offering insights into release quality and readiness. Users can set a monthly limit on token usage. New language models have been integrated with support for OpenAI plugins."
]
}
},
"sonarqubePlugin": {
"name": "SonarQube",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-sonarqube/",
"description": "Allows UrbanCode Velocity to handle incoming SonarQube data.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.65",
"date": "2022-03-31T06:23:36.335Z",
"image": "urbancode/ucv-ext-sonarqube:1.0.65",
"notes": [
"Reduced Vulnerabilities"
]
}
},
"testngPlugin": {
"name": "TestNG",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-testng/",
"description": "Allows UrbanCode Velocity to import TestNG test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.41",
"date": "2024-06-12T06:27:30.891Z",
"image": "urbancode/ucv-ext-testng:1.0.41",
"notes": [
"npm wrapper version update for Argo replacement"
]
}
},
"twistlockPlugin": {
"name": "Twistlock",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-twistlock/",
"description": "Allows UrbanCode Velocity to import Twistlock test results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.51",
"date": "2024-06-12T07:46:14.836Z",
"image": "urbancode/ucv-ext-twistlock:1.0.51",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"ucv-ext-agility": {
"name": "Digital.ai Agility",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-agility/",
"description": "The Digital.ai Agility plug-in imports and synchronizes work items from a Digital.ai Agility server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.29",
"date": "2023-01-02T08:50:02.692Z",
"image": "urbancode/ucv-ext-agility:1.0.29",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Digital.ai Agility Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:ALM is the plugin category of Digital.ai Agility.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-aha": {
"name": "Aha!",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-aha/",
"description": "Syncs features and releases related data from Aha!",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2023-12-19T01:20:31.123Z",
"image": "urbancode/ucv-ext-aha:1.0.1",
"notes": [
"Update business value of associated Jira items."
],
"supports": "5.0.0"
}
},
"ucv-ext-azure": {
"name": "Azure DevOps",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-azure/",
"description": "Allows UrbanCode Velocity to sync Azure DevOps resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.0.45",
"date": "2025-01-06T08:40:17.802Z",
"image": "urbancode/ucv-ext-azure:4.0.45",
"notes": [
"Implemented context-less application, enhanced performance, and removed unnecessary VSM history for improved efficiency"
],
"supports": "2.5.0"
}
},
"ucv-ext-bitbucket-cloud": {
"name": "Bitbucket Cloud",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-bitbucket-cloud/",
"description": "Synchronizes pull requests and commit data from a Bitbucket cloud instance.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.37",
"date": "2026-01-02T11:00:46.402Z",
"image": "urbancode/ucv-ext-bitbucket-cloud:1.0.37",
"notes": [
"Bug Fix: Fixed an issue where Bitbucket Pull Requests continued to appear as open in the Value Stream even after being closed or merged. Pull Request statuses are now correctly updated and reflected in the Value Stream.",
"Update: The App Password field has been replaced with API Token authentication. Generate and use an API Token with the appropriate scopes for successful authentication. Please note that the Atlassian account email address should be entered in the Username field instead of the account username."
],
"supports": "2.5.0"
}
},
"ucv-ext-bitbucket-server": {
"name": "Bitbucket Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-bitbucket-server/",
"description": "Allows UrbanCode Velocity to sync Bitbucket resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.26",
"date": "2022-11-08T06:53:33.174Z",
"image": "urbancode/ucv-ext-bitbucket-server:1.1.26",
"notes": [
"<b>Added Regular Expression for Additional branch</b>"
],
"supports": "2.5.0"
}
},
"ucv-ext-bottleneck-detection": {
"name": "Bottleneck Detection",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-bottleneck-detection/",
"description": "Detect bottlenecks in a Velocity value stream",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.12",
"date": "2025-08-21T10:03:02.296Z",
"image": "urbancode/ucv-ext-bottleneck-detection:1.0.12",
"notes": [
"<b>Query Size Limitations</b>: Added a configurable query size parameter (default 10,000) to getStageChangesSince to handle large datasets reliably and prevent incomplete data or timeouts.",
"<b>Stage Validation</b>: Implemented validation logic to ensure only proper start and end stages are extracted for accurate bottleneck analysis.",
"<b>Lead Time Stage Filtering</b>: Introduced leadTimeStagesOnly equal to True to include only relevant lead time stages, improving analysis accuracy.",
"<b>Enhancement</b>: Updated the Bottleneck plugin Jenkinsfile to align with other plugins Jenkinsfile."
]
}
},
"ucv-ext-build": {
"name": "DevOps Build",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-build",
"description": "DevOps Build plugin",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.5",
"date": "2025-11-06T09:17:43.793Z",
"image": "urbancode/ucv-ext-build:1.1.5",
"notes": [
"Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later.",
"Enhancement: Added the integrationId field to the builds collection for build records."
],
"supports": "5.1.11"
}
},
"ucv-ext-circleci": {
"name": "CircleCI",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-circleci/",
"description": "The CircleCI plug-in imports and synchronizes CI/CD data from CircleCI.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.24",
"date": "2022-12-27T08:54:17.836Z",
"image": "urbancode/ucv-ext-circleci:1.0.24",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Circleci Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:Build and Deploy are the plugin category of Circleci.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-compass": {
"name": "HCL Compass",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-plan/",
"description": "The DevOps Plan plug-in imports and synchronizes issues from an DevOps Plan server into an DevOps Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.2.5",
"date": "2026-03-23T05:47:10.310Z",
"image": "urbancode/ucv-ext-compass:1.2.5",
"notes": [
"Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS"
],
"supports": "5.1.9"
},
"branding": {
"name": "DevOps Plan",
"version": "1.1.46"
}
},
"ucv-ext-control": {
"name": "Control",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-control",
"description": "Sync pull request, commit and issues from DevOps Control",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.3",
"date": "2026-02-06T11:47:12.016Z",
"image": "urbancode/ucv-ext-control:1.1.3",
"notes": [
"Fixed data mismatch issues for DevOps Control pull request records."
],
"supports": "5.1.9"
},
"branding": {
"name": "DevOps Control",
"version": "1.0.2"
}
},
"ucv-ext-cucumber": {
"name": "Cucumber",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-cucumber/",
"description": "This is a plugin to handle incoming cucumber data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.39",
"date": "2024-06-11T09:09:17.560Z",
"image": "urbancode/ucv-ext-cucumber:1.0.39",
"notes": [
"npm wrapper version update for Argo Replacement"
]
}
},
"ucv-ext-cypress": {
"name": "Cypress",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-cypress",
"description": "This is a plugin to handle Cypress data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2024-08-14T18:50:33.436Z",
"image": "urbancode/ucv-ext-cypress:1.0.1",
"notes": [
"Implemented Parsing for Cypress XML and JSON formats"
]
}
},
"ucv-ext-dependabot": {
"name": "GitHub Dependabot",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-dependabot/",
"description": "Sync vulnerabilities data from Github.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.2",
"date": "2022-04-18T08:19:04.668Z",
"image": "urbancode/ucv-ext-dependabot:1.0.2",
"notes": [
"Syncs with GitHub Plugin to get Dependency Vulnerabilities",
"Show data in metrics bar",
"Show data in insights",
"Used GraphQL queries",
"GitHub Personal access token required"
]
}
},
"ucv-ext-doors": {
"name": "IBM Engineering Requirement Management (Doors)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-doors",
"description": "The doors plug-in imports work item from an IBM doors respository as issues.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.4",
"date": "2025-09-09T05:21:37.090Z",
"image": "urbancode/ucv-ext-doors:1.0.4",
"notes": [
"DOORS NG Integration, Enables fetching, syncing, and validating requirements from IBM DOORS Next Generation, OSLC Support Provides mapping and client modules for connecting to DOORS NG via OSLC, Automated Sync Events, Supports scheduled events for syncing requirements between DOORS NG and other systems."
],
"supports": "5.0.11"
}
},
"ucv-ext-ewm": {
"name": "IBM Engineering Workflow Management (EWM)",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-ewm/",
"description": "The EWM plug-in imports work item from an IBM EWM respository as issues in the UrbanCode Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.34",
"date": "2025-07-17T04:49:18.986Z",
"image": "urbancode/ucv-ext-ewm:1.1.34",
"notes": [
"<b>Feature Enhancement</b>: The EWM plugin now supports syncing release and sprint data to Velocity, enabling dot filtering by sprints and releases within the Value Stream Map (VSM)."
]
}
},
"ucv-ext-fortify-ssc": {
"name": "Fortify SSC",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-fortify-ssc/",
"description": "The Fortify SSC plug-in handles incoming data from Fortify SSC server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.19",
"date": "2022-09-22T01:33:10.491Z",
"image": "urbancode/ucv-ext-fortify-ssc:1.0.19",
"notes": [
"<b>Added WorkflowId:</b> Under the hidden properties section of add integration page for the plugin a Workflow ID field is added. This field is optional and can be used to provide WorkflowId - the ID of a Value Stream (VSM )to which the vulnerability data is associated."
],
"supports": "2.5.0"
}
},
"ucv-ext-generator": {
"name": "DevOps Velocity Data Generator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/",
"description": "DevOps Velocity Data Generator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.56",
"date": "2026-05-14T09:44:31.443Z",
"image": "urbancode/ucv-ext-generator:1.0.56",
"notes": [
"Bug fix: Improved OpenShift compatibility by removing the hardcoded user and enabling group-writable permissions on /opt."
],
"supports": "4.0.5"
}
},
"ucv-ext-github": {
"name": "Github",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-github/",
"description": "Allows UrbanCode Velocity to sync Github resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.5.4",
"date": "2025-11-27T06:08:36.232Z",
"image": "urbancode/ucv-ext-github:1.5.4",
"notes": [
"Implemented new scheduled event for copilot which Fetches GitHub Copilot GenAI Productivity Metrics"
],
"supports": "5.2.0"
}
},
"ucv-ext-gitlab": {
"name": "GitLab",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-gitlab/",
"description": "Allows UrbanCode Velocity to sync commits and merge requests from GitLab.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.2.69",
"date": "2024-12-11T10:04:43.254Z",
"image": "urbancode/ucv-ext-gitlab:2.2.69",
"notes": [
"Bug fix: Fixed approvers/reviews data not present in the pullRequest data."
],
"supports": "2.5.0"
}
},
"ucv-ext-handlebars-reporter": {
"name": "Handlebars Reporter",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-handlebars-reporter/",
"description": "This plugin will take a Handlebars template and a context generator to create UCV reports",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.5",
"date": "2025-09-01T07:53:17.134Z",
"image": "urbancode/ucv-ext-handlebars-reporter:2.0.5",
"notes": [
"<b>Bug fix</b>: Updated the API package to support the leadTime field as an array instead of a string ensuring accurate Done stage calculations in the State of Sprint report."
],
"supports": "5.0.9"
}
},
"ucv-ext-jenkins": {
"name": "Jenkins",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jenkins/",
"description": "The Jenkins plugin imports jobs and builds from a Jenkins server. It also runs Jenkins jobs as automation tasks.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.7",
"date": "2024-06-10T10:37:45.783Z",
"image": "urbancode/ucv-ext-jenkins:1.1.7",
"notes": [
"<b>Minor bug fix:</b> The Jenkins task in deployment remains incomplete when the Velocity instance goes down during deployment. When the instance comes back online with the new version, the task still does not get marked as complete."
],
"supports": "4.0.9"
}
},
"ucv-ext-jira": {
"name": "Jira",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jira/",
"description": "Allows UrbanCode Velocity to sync Jira resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.4.5",
"date": "2025-10-08T09:11:49.822Z",
"image": "urbancode/ucv-ext-jira:2.4.5",
"notes": [
"<b>Feature enhancement</b>: The Custom Field Mapping of Jira Plugin will allow you to map Jira fields and their values to corresponding Velocity fields. This enables seamless data synchronization between Jira and Velocity, including support for field mapping, value mapping, and complex conditional mappings."
],
"supports": "5.1.10"
}
},
"ucv-ext-jira-service-management": {
"name": "Jira Service Management",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-jira-service-management/",
"description": "Imports incidents from a Jira Service Management instance.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2023-12-19T01:36:50.640Z",
"image": "urbancode/ucv-ext-jira-service-management:1.0.1",
"notes": [
"Sync incidents."
],
"supports": "5.0.0"
}
},
"ucv-ext-leankit": {
"name": "LeanKit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-leankit/",
"description": "This plug-in imports data from LeanKit",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-04-05T18:18:59.477Z",
"image": "urbancode/ucv-ext-leankit:1.0.1",
"notes": [
"Retrieves Leankit Cards details",
"Fetch multiple board cards"
]
}
},
"ucv-ext-milestone-risk-estimator": {
"name": "Risk Estimator",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-milestone-risk-estimator",
"description": "Probabilistic Risk Estimator",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.4",
"date": "2025-02-27T12:00:51.795Z",
"image": "urbancode/ucv-ext-milestone-risk-estimator:2.0.4",
"notes": [
"Image size reduction",
"Bug fixes"
]
}
},
"ucv-ext-njs-unit": {
"name": "Njs-Unit",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-njs-unit/",
"description": "This is a plugin to handle XML/Json types of data",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.4",
"date": "2024-08-16T07:40:06.029Z",
"image": "urbancode/ucv-ext-njs-unit:1.0.4",
"notes": [
"Implemented XML/JSON parsing support for four different unit test frameworks: Mocha, Jest, Node-tap, and Tape."
]
}
},
"ucv-ext-onetest-server": {
"name": "HCL OneTest Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-onetest-server/",
"description": "Allows UrbanCode Velocity to import HCL OneTest Server scan results as metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.32",
"date": "2025-09-04T06:29:33.447Z",
"image": "urbancode/ucv-ext-onetest-server:1.0.32",
"notes": [
"Reverted changes related metric field names , removed error column included under failed . Now we have Passed, Failed, Inconclusive fields.",
"<b>Enhancement</b>: Enhanced the DevOps Test Hub plugin to adopt new webhook structure."
],
"supports": "5.1.9"
},
"branding": {
"name": "DevOps Test Hub",
"version": "1.0.26"
}
},
"ucv-ext-rally": {
"name": "Rally",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-rally/",
"description": "Allows UrbanCode Velocity to sync Rally resources.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.43",
"date": "2022-12-27T06:56:58.622Z",
"image": "urbancode/ucv-ext-rally:1.0.43",
"notes": [
"<b>Removed Manual User Access Key:</b> From current version onwards this plugin will only support Auto Generated User Access Key feature of HCL Accelerate.",
"<b>Preventing Installation on Older Versions:</b> This version of Rally Plugin can only be installed on HCL Accelerate version 3.0.0 and later",
"<b>Added Category</b>:ALM is the plugin category of Rally.",
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
],
"supports": "2.5.0"
}
},
"ucv-ext-rtas": {
"name": "Rational Test Automation Server",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-rtas/",
"description": "Allows UrbanCode Velocity to sync RTAS metrics.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.38",
"date": "2025-07-04T10:39:32.546Z",
"image": "urbancode/ucv-ext-rtas:1.0.38",
"notes": [
"<b>Bug fix</b>:Fixed an issue where the callback step failed when a trailing slash (/) was present at the end of the URL. The plugin now automatically detects and removes trailing slashes to ensure proper URL formatting and successful callback execution.",
"<b>Rebranding</b>: The plug-in name is changed from Rational Test Automation Server to IBM DevOps Test Hub."
],
"supports": "2.5.0"
},
"branding": {
"name": "IBM DevOps Test Hub",
"version": "1.0.34"
}
},
"ucv-ext-sap-charm": {
"name": "SAP Charm",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-sap-charm/",
"description": "Sync issue data from Jira and SAP.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-09-01T11:16:52.221Z",
"image": "urbancode/ucv-ext-sap-charm:1.0.1",
"notes": [
"Initial release syncs SAP Normal changes with Jira issues"
],
"supports": "2.5.0"
}
},
"ucv-ext-servicenow": {
"name": "ServiceNow",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-servicenow/",
"description": "Allows UrbanCode Velocity to sync change requests and incident from ServiceNow.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.16",
"date": "2025-06-20T08:41:09.189Z",
"image": "urbancode/ucv-ext-servicenow:1.1.16",
"notes": [
"<b>Authentication Type Selection</b>: Added a dropdown feature to allow users to select the desired authentication method (Basic, Bearer, or OAuth) when configuring plugin integrations. Note: This feature requires Velocity version 5.1.6 or higher.",
"<b>Bug fix</b>: Resolved an issue where the Executed By column did not display the username for non-admin users running automation tasks. Additionally the tasks were not completing as expected—this has now been fixed.",
"<b>Error Handling</b>: Improved error detection for hibernated ServiceNow instances. Previously the plugin reported success with no data synced. Now it properly throws an error when the instance is hibernated."
],
"supports": "5.1.6"
}
},
"ucv-ext-shell": {
"name": "Shell",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-shell/",
"description": "This plugin will execute simple shell scripts",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "0.0.34",
"date": "2024-04-04T11:53:11.379Z",
"image": "urbancode/ucv-ext-shell:0.0.34",
"notes": [
"<b>Minor enhancement in code</b>: Enabled to throw error logs while executing shell automation task."
]
}
},
"ucv-ext-snyk": {
"name": "Snyk",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-snyk/",
"description": "Sync vulnerabilities data from Snyk.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.1",
"date": "2022-04-29T06:39:00.728Z",
"image": "urbancode/ucv-ext-snyk:1.0.1",
"notes": [
"Imports Snyk vulnerability data",
"Works with GitHub,GitLab and Bitbucket integrations",
"Vulnerabilities will be displayed as Application vulnerabilities in metrics bar"
]
}
},
"ucv-ext-ucd": {
"name": "UbranCode Deploy",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-ucd/",
"description": "Sync applications, components, snapshots, environments, inventories, and application processes related data from UrbanCode Deploy server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.1.6",
"date": "2025-12-04T09:24:53.960Z",
"image": "urbancode/ucv-ext-ucd:4.1.6",
"notes": [
"Bug Fix: Resolved an issue in delta sync, where In-Progress APARs were not being tracked correctly"
],
"supports": "5.2.0"
},
"branding": {
"name": "IBM DevOps Deploy",
"version": "4.0.4"
}
},
"ucv-ext-versionone": {
"name": "CollabNet VersionOne",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-versionone/",
"description": "Allows UrbanCode Velocity to sync work items from CollabNet VersionOne.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.11",
"date": "2020-05-22T14:01:13.555Z",
"image": "urbancode/ucv-ext-versionone:1.0.11",
"notes": [
"Added support for teams, backlog group, portfolio"
]
}
},
"ucv-ext-whitesource": {
"name": "WhiteSource",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-whitesource/",
"description": "This plug-in imports data from WhiteSource",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "2.0.15",
"date": "2022-03-29T06:29:48.071Z",
"image": "urbancode/ucv-ext-whitesource:2.0.15",
"notes": [
"Converted to scheduled event plugin",
"Added custom field mapping for pipeline",
"Works on product and project level"
]
}
},
"ucv-ext-yaml-executor": {
"name": "YAML Executor",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-yaml-executor/",
"description": "YAML Executor plugin.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "0.0.13",
"date": "2025-06-30T13:07:54.994Z",
"image": "urbancode/ucv-ext-yaml-executor:0.0.13",
"notes": [
"<b>Bug fix</b>: Resolved an issue where userAccessKey was not reliably fetched during looped requests in the measure. This caused some requests to fail or not execute until retried. The YAML Executor plugin now runs all requests consistently as expected."
],
"supports": "5.1.6"
}
}
}