action #11110
the link to a poo in a comment is not registered as a reference but as a comment
Start date:
2016-03-04
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
steps to reproduce¶
- add a comment with content
https://progress.opensuse.org/issues/11110
to a test result page - go back to the corresponding test overview page
- observe that next to the test result icon no bugref icon is shown but only a comment bubble
problem¶
a link to a progress issue should be detected as a bugref as happening when writing poo#11110
.
History
#1
Updated by okurz about 5 years ago
I think the right approach is to parse the URL and not only replace it by 'a href' but also replace the text then, e.g https://progress.opensuse.org/issues/11110 gets poo#11110
#2
Updated by okurz almost 5 years ago
- Description updated (diff)
#3
Updated by okurz over 4 years ago
- Assignee set to mkittler
#4
Updated by mkittler over 4 years ago
- Status changed from New to In Progress
PR: https://github.com/os-autoinst/openQA/pull/877/files
The part 'Replace URLs with the appropriate bugref pattern' should fix this issue.
#5
Updated by okurz over 4 years ago
- Status changed from In Progress to Resolved
PR merged, deployed in both o3 and osd