Client | Last ping | Problem |
---|---|---|
{{ info.client['id'] }} | {{ info.client['last_activity'] | parse_dt | format_dt_relative }} | {{ info.problem or 'Unknown problem' }} |
Client | Free space |
---|---|
{{ info.client['id'] }} | {{ (info.free_space / 1024 ** 3) | round(2) }} GB |
Client | Tasks |
---|---|
{{ info.client['id'] }} | {%- set comma = joiner(', ') -%} {%- for task in info.tasks -%} {{ comma() }}task #{{ task['id'] }} {%- endfor -%} |
Client | Idle period |
---|---|
{{ info.client['id'] }} | {{ info.idle_period | format_time_delta }} |
Client | Last ping | Issue | Issue created | Issue tags | Comment |
---|---|---|---|---|---|
{{ info.client['id'] }} | {{ info.client['last_activity'] | parse_dt | format_dt_relative }} | {{ info.issue.key }} | {{ info.issue.createdAt | parse_dt | format_dt('%Y-%m-%d') }} | {{ info.issue.tags | sort | join(', ') }} | {{ info.comment }} |
The report is produced by Sandbox task #{{ current_task.id }}.