forked from andygrunwald/go-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote_links.json
56 lines (56 loc) · 2.02 KB
/
remote_links.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
48
49
50
51
52
53
54
55
56
[
{
"id": 10000,
"self": "http://www.example.com/jira/rest/api/issue/MKY-1/remotelink/10000",
"globalId": "system=http://www.mycompany.com/support&id=1",
"application": {
"type": "com.acme.tracker",
"name": "My Acme Tracker"
},
"relationship": "causes",
"object": {
"url": "http://www.mycompany.com/support?id=1",
"title": "TSTSUP-111",
"summary": "Crazy customer support issue",
"icon": {
"url16x16": "http://www.mycompany.com/support/ticket.png",
"title": "Support Ticket"
},
"status": {
"resolved": true,
"icon": {
"url16x16": "http://www.mycompany.com/support/resolved.png",
"title": "Case Closed",
"link": "http://www.mycompany.com/support?id=1&details=closed"
}
}
}
},
{
"id": 10001,
"self": "http://www.example.com/jira/rest/api/issue/MKY-1/remotelink/10001",
"globalId": "system=http://www.anothercompany.com/tester&id=1234",
"application": {
"type": "com.acme.tester",
"name": "My Acme Tester"
},
"relationship": "is tested by",
"object": {
"url": "http://www.anothercompany.com/tester/testcase/1234",
"title": "Test Case #1234",
"summary": "Test that the submit button saves the thing",
"icon": {
"url16x16": "http://www.anothercompany.com/tester/images/testcase.gif",
"title": "Test Case"
},
"status": {
"resolved": false,
"icon": {
"url16x16": "http://www.anothercompany.com/tester/images/person/fred.gif",
"title": "Tested by Fred Jones",
"link": "http://www.anothercompany.com/tester/person?username=fred"
}
}
}
}
]