Project

General

Profile

action #30121

Updated by okurz almost 6 years ago

As I learned today from coolo, there's actually a back linking feature in openQA that looks at referrers coming from bugzilla (was partially broken on o3 until this morning). So if eg bug 123 has a link to openqa test 789 and someone clicks on that link, openQA would link 789 and bug 123 internally so test 789 doesn't get cleaned up. 

 Then there is a second mechanism in openQA. If someone writes bsc#123 bnc#123 into comment of test 789 openQA tags 789 with bsc#123. bnc#123. That is used eg. by totest manager and the badges. 

 Looks like both mechanisms are unrelated. What about making the back linking feature to also cause tagging? That would remove the need for a manual tagging step. Esp eg when using the bug file link openqa provides. Tagging would be just a matter of following back the link from bugzilla then

Back