|
| 1 | +{ |
| 2 | + "project": { |
| 3 | + "name": "Backstage", |
| 4 | + "key": "BS", |
| 5 | + "description": "This is our Backstage project", |
| 6 | + "avatarUrls": { |
| 7 | + "48x48": "https://api.dicebear.com/6.x/open-peeps/svg?seed=Duane" |
| 8 | + }, |
| 9 | + "projectTypeKey": "Software", |
| 10 | + "projectCategory": { |
| 11 | + "name": "Software Portals" |
| 12 | + }, |
| 13 | + "lead": { |
| 14 | + "key": "fridaja", |
| 15 | + "displayName": "Frida Jacobsson" |
| 16 | + }, |
| 17 | + "self": "https://jira.com/project/123" |
| 18 | + }, |
| 19 | + "data": [ |
| 20 | + { |
| 21 | + "name": "Open Issues", |
| 22 | + "type": "filter", |
| 23 | + "query": "resolution = Unresolved ORDER BY updated DESC", |
| 24 | + "issues": [ |
| 25 | + { |
| 26 | + "key": "BS-1", |
| 27 | + "self": "https://jira.com/project/123", |
| 28 | + "fields": { |
| 29 | + "summary": "This would be really good to add", |
| 30 | + "status": { |
| 31 | + "name": "In Review" |
| 32 | + }, |
| 33 | + "assignee": { |
| 34 | + "name": "fridaja@backstage", |
| 35 | + "self": "https://jira.com/user/fridaja" |
| 36 | + }, |
| 37 | + "issuetype": { |
| 38 | + "name": "Task", |
| 39 | + "iconUrl": "" |
| 40 | + }, |
| 41 | + "priority": { |
| 42 | + "name": "Minor" |
| 43 | + } |
| 44 | + } |
| 45 | + }, |
| 46 | + { |
| 47 | + "key": "BS-2", |
| 48 | + "self": "https://jira.com/project/123", |
| 49 | + "fields": { |
| 50 | + "summary": "Something is not working", |
| 51 | + "status": { |
| 52 | + "name": "In Progress" |
| 53 | + }, |
| 54 | + "assignee": { |
| 55 | + "name": "fridaja@backstage", |
| 56 | + "self": "https://jira.com/user/fridaja" |
| 57 | + }, |
| 58 | + "issuetype": { |
| 59 | + "name": "Bug", |
| 60 | + "iconUrl": "" |
| 61 | + }, |
| 62 | + "priority": { |
| 63 | + "name": "Blocker" |
| 64 | + } |
| 65 | + } |
| 66 | + }, |
| 67 | + { |
| 68 | + "key": "BS-3", |
| 69 | + "self": "https://jira.com/project/123", |
| 70 | + "fields": { |
| 71 | + "summary": "As an user I want to be able to add new data", |
| 72 | + "status": { |
| 73 | + "name": "In Progress" |
| 74 | + }, |
| 75 | + "assignee": { |
| 76 | + "name": "fridaja@backstage", |
| 77 | + "self": "https://jira.com/user/fridaja" |
| 78 | + }, |
| 79 | + "issuetype": { |
| 80 | + "name": "Story", |
| 81 | + "iconUrl": "" |
| 82 | + }, |
| 83 | + "priority": { |
| 84 | + "name": "Major" |
| 85 | + } |
| 86 | + } |
| 87 | + } |
| 88 | + ] |
| 89 | + }, |
| 90 | + { |
| 91 | + "name": "New Issues", |
| 92 | + "type": "filter", |
| 93 | + "query": "resolution = Unresolved ORDER BY updated DESC", |
| 94 | + "issues": [ |
| 95 | + { |
| 96 | + "key": "BS-1", |
| 97 | + "self": "https://jira.com/project/123", |
| 98 | + "fields": { |
| 99 | + "summary": "This would be really good to add", |
| 100 | + "status": { |
| 101 | + "name": "New" |
| 102 | + }, |
| 103 | + "assignee": { |
| 104 | + "name": "fridaja@backstage", |
| 105 | + "self": "https://jira.com/user/fridaja" |
| 106 | + }, |
| 107 | + "issuetype": { |
| 108 | + "name": "Task", |
| 109 | + "iconUrl": "" |
| 110 | + }, |
| 111 | + "priority": { |
| 112 | + "name": "Minor" |
| 113 | + } |
| 114 | + } |
| 115 | + }, |
| 116 | + { |
| 117 | + "key": "BS-2", |
| 118 | + "self": "https://jira.com/project/123", |
| 119 | + "fields": { |
| 120 | + "summary": "Something is not working", |
| 121 | + "status": { |
| 122 | + "name": "Selected for development" |
| 123 | + }, |
| 124 | + "assignee": { |
| 125 | + "name": "fridaja@backstage", |
| 126 | + "self": "https://jira.com/user/fridaja" |
| 127 | + }, |
| 128 | + "issuetype": { |
| 129 | + "name": "Bug", |
| 130 | + "iconUrl": "" |
| 131 | + }, |
| 132 | + "priority": { |
| 133 | + "name": "Blocker" |
| 134 | + } |
| 135 | + } |
| 136 | + }, |
| 137 | + { |
| 138 | + "key": "BS-3", |
| 139 | + "self": "https://jira.com/project/123", |
| 140 | + "fields": { |
| 141 | + "summary": "As an user I want to be able to add new data", |
| 142 | + "status": { |
| 143 | + "name": "New" |
| 144 | + }, |
| 145 | + "assignee": { |
| 146 | + "name": "fridaja@backstage", |
| 147 | + "self": "https://jira.com/user/fridaja" |
| 148 | + }, |
| 149 | + "issuetype": { |
| 150 | + "name": "Story", |
| 151 | + "iconUrl": "" |
| 152 | + }, |
| 153 | + "priority": { |
| 154 | + "name": "Major" |
| 155 | + } |
| 156 | + } |
| 157 | + } |
| 158 | + ] |
| 159 | + } |
| 160 | + ] |
| 161 | +} |
0 commit comments