<p></p>
<p>The "issue" object has an "updated_at" field and an "updated_by" field. These should ideally be changed at the same time, whenever an issue is modified in any way, including when it attracts new reports or new comments.</p>
<p>Instead:</p>
<ul>
<li>when an issue is ignored <a href="https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L62">https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L62</a> or reopened <a href="https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L72">https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L72</a> this works correctly.</li>
<li>when an issue is resolved <a href="https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L51">https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issues_controller.rb#L51</a> then the updated_at changes, but the updated_by does not.</li>
<li>when a comment is added to it <a href="https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issue_comments_controller.rb#L9-L17">https://github.com/openstreetmap/openstreetmap-website/blob/70d7d8d850148f714b70a3297c02a8203214dec6/app/controllers/issue_comments_controller.rb#L9-L17</a> then neither the updated_at changes nor the updated_by.</li>
<li>when a new report comes in for an existing issue, then I <em>think</em> the updated_at gets changed but not the updated_by (not sure).</li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/3211">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOVHYRF2WBJLMEY2D3TRDPIBANCNFSM46C5GVBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLMPQKPRUJJO2QM6J3DTRDPIBA5CNFSM46C5GVB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4NSVG6EA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/3211",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/3211",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>