Bug 432238
| Summary: | It is not possible change the reporter of the bug when the original one is MIA | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Matěj Cepl <mcepl> |
| Component: | Creating/Changing Bugs | Assignee: | PnT DevOps Devs <hss-ied-bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.18 | CC: | jpazdziora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-11 02:48:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matěj Cepl
2008-02-10 10:11:28 UTC
This is original design of Bugzilla and it escapes me right now what the
original intention was to not allow changing of the reporter of a bug. But we do
have a XMLRPC method that can do this.
bugzilla.changeAssignment($bugid, { reporter => jpazdziora },
$username, $password);
I will do that for the bug in question.
Dave
Well, reporter is just that -- the person who reported the bug. There is no real reason to change that information. As for bug 212616, since I learned about the existence of that bug, I put myself to Cc, so that I would catch and answer all NEEDINFO requests anyway. (In reply to comment #2) > Well, reporter is just that -- the person who reported the bug. There is no real > reason to change that information. As for bug 212616, since I learned about the > existence of that bug, I put myself to Cc, so that I would catch and answer all > NEEDINFO requests anyway. I am sorry, Jan, but I have to very respectfully disagree with you. Bugzilla is not a tool for theoretical discussion about the True Nature of reporter, but a tool for management of our work. In this respect, a reporter is somebody who will answer my questions, who is willing to reproduce a bug, and who will confirm that the bug is patched. Need to remember, that "this reporter is MIA, and I should communicate with a guy on Cc: list" (and set NEEDINFO accordingly) ... that just doesn't scale. I provided the info needed in bug 212616, didn't I? Any communication you do goes via bugzilla comments, you don't communicate with a guy on Cc: list. And I follow the comments. It was you who missed my answer. Your point? |