//Add bug public IActionResult OnPostLink(string WorkItemId) { m_VSTSService.AddBug(Input.WorkItemID, Input.TicketId); return(RedirectToPage()); }