mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
15 lines
833 B
Plaintext
15 lines
833 B
Plaintext
# Meeting {{meetingDay}}
|
|
|
|
{{#issuesByAssignee}}
|
|
## {{#assignee.avatar_url}}<img src="{{&assignee.avatar_url}}" height="30"/> {{/assignee.avatar_url}}{{assignee.name}}
|
|
|
|
### open: {{issueCounts.opened}}, closed: {{issueCounts.closed}}
|
|
|
|
quota closed: {{quota}}%
|
|
|
|
| __title__ | __status__ | __project__ | __weeks__ |
|
|
| --- | --- | --- | --- |
|
|
{{#issues}}| __[{{title}}]({{&web_url}})__<br />__Labels:__ {{$labels}} | {{#$branchExists}}<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-branch-512.png" height="30" />{{/$branchExists}}{{#$mergeRequestUrl}}[<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-merge-512.png" height="30"/>]({{&$mergeRequestUrl}}){{/$mergeRequestUrl}} | [{{$project}}](https://gitlab.com/{{&$project}}) | {{$weeksOpen}} |
|
|
{{/issues}}
|
|
{{/issuesByAssignee}}
|