Horde: Adding workflow thread to find issue responses

#jira none
#rnx
#preflight none

[CL 24617126 by Josh Engebretson in ue5-main branch]
This commit is contained in:
Josh Engebretson
2023-03-13 13:57:02 -04:00
parent 295a493288
commit 874e301663
@@ -767,6 +767,11 @@ namespace Horde.Build.Issues
/// </summary>
public DateTime? QuarantineTimeUtc { get; set; }
/// <summary>
/// The workflow thread url for this issue
/// </summary>
public Uri? WorkflowThreadUrl { get; set; }
/// <summary>
/// Workflows for which this issue is open
/// </summary>
@@ -817,6 +822,7 @@ namespace Horde.Build.Issues
QuarantinedBy = new GetThinUserInfoResponse(quarantinedBy);
QuarantineTimeUtc = issue.QuarantineTimeUtc;
}
WorkflowThreadUrl = issue.WorkflowThreadUrl;
OpenWorkflows = openWorkflows;
}
}