This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatlassian-connect.json
62 lines (62 loc) · 2.07 KB
/
atlassian-connect.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
57
58
59
60
61
62
{
"key": "TacTicAddon",
"name": "Tactic Assignments",
"description": "This JIRA addon allows teams distributed over the world to be more efficient by making work timelines of every JIRA issue more transparent to all colleagues. Basically, it estimates the risks of every ticket assignment that you make. But it's more appropriate to be used for the tasks that you expect to be executed urgently or really soon. It uses current information available in JIRA to predict when the assigned person most likely can start work on the subject. ",
"baseUrl": "{{localBaseUrl}}",
"vendor": {
"name": "Anton Yarkov",
"url": "https://optiklab.github.io/"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": [
"READ", "WRITE"
],
"modules": {
"generalPages": [
{
"key": "assignments-map",
"url": "/map",
"location": "system.top.navigation.bar",
"name": {
"value": "Tactic map"
},
"conditions": [
{
"condition": "user_is_logged_in"
}
]
}],
"jiraIssueGlances": [
{
"icon": {
"width": 24,
"height": 24,
"url": "/images/world_icon.png"
},
"content": {
"type": "label",
"label": {
"value": "See why?"
}
},
"target": {
"type": "web_panel",
"url": "/index"
},
"name": {
"value": "Risk estimate of assignment:"
},
"key": "assignments-risks-glance",
"conditions": [
{
"condition": "user_is_logged_in"
}
]
}]
}
}