-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcloudforge.product.json
47 lines (47 loc) · 1.58 KB
/
cloudforge.product.json
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
{
"id": "CollabNet.CloudForge.VersionOne",
"titleSection": {
"name": "CloudForge Ticket Integration with VersionOne",
"shortDescription": "update a VersionOne Workitem directly from your commit with a simple to use syntax",
"pricing": "Free",
"support": {
"text": "CloudForge",
"href": "https://help.cloudforge.com/home"
}
},
"descriptionSection": {
"description": "Ticket Integration in CloudForge allows you to update a Ticket (or bug) directly from your commit with a simple to use syntax."
},
"linksSection": [
{
"type": "documentation",
"title": "About Ticket Integration",
"href": "https://help.cloudforge.com/entries/22298336-Commit-Ticket-Integration"
},
{
"type": "hyperlink",
"title": "Integration Announcement",
"href": "http://blogs.collab.net/subversion/integrate-codesion-subversion-and-project-management"
},
{
"type": "hyperlink",
"title": "Learn more about CloudForge by CollabNet",
"href": "http://www.cloudforge.com/"
}
],
"updatesSection": {
"updates": [
{
"date": "2009-10-20T00:00:00.000Z",
"description": "Fall 2009",
"version": "2008",
"qualityBand": "commercial"
}
],
"qualityBands": {
"commercial": {
"shortDescription": "The product is stable and supported."
}
}
}
}