Closed
Bug 366296
Opened 18 years ago
Closed 14 years ago
Add support for changing the state/resolution of a bug, using the WebService
Categories
(Bugzilla :: WebService, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mbd, Assigned: mkanat)
References
Details
(Whiteboard: [fixed by blocker])
It should be possible to change the state of a bug, at least to close it. This would enable integration with systems that connects e.g. a cvs commit with a bug close.
Assignee | ||
Updated•18 years ago
|
OS: Linux → All
Priority: -- → P3
Hardware: Other → All
Version: unspecified → 2.23.3
Reporter | ||
Comment 1•18 years ago
|
||
Hmm. Looking at the code, this seems to be somewhat more complicated than I thought. Specifically, it seems the code to ensure valid status changes (from one status to another) is embedded in the cgi handling code?
What would be a good approach to implement this in the webservice? Should the code be moved from the cgi part to core bugzilla, or duplicated in the webservice? Or another approach?
Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> What would be a good approach to implement this in the webservice?
I think we need to complete the moving of process_bug code into Bugzilla::Bug, which we're going to do for 3.2.
Depends on: bz-process_bug
Updated•17 years ago
|
Depends on: bz-ws-update
Assignee | ||
Comment 3•17 years ago
|
||
Bugzilla 3.2 is now frozen. Only enhancements blocking 3.2 or specifically approved for 3.2 may be checked in to the 3.2 branch. If you would like to nominate your enhancement for Bugzilla 3.2, set the "blocking3.2" flag to "?", and either the target milestone will be changed back, or the blocking3.2 flag will be granted, if we will accept this enhancement for Bugzilla 3.2.
Target Milestone: Bugzilla 3.2 → Bugzilla 4.0
Updated•17 years ago
|
Flags: blocking3.2?
Whiteboard: [wanted-bmo]
Assignee | ||
Comment 4•17 years ago
|
||
This bug doesn't even have a patch or an assignee, and we're frozen for 3.2, so I can't accept this on the branch in good conscience.
Flags: blocking3.2? → blocking3.2-
Assignee | ||
Updated•14 years ago
|
Assignee: webservice → mkanat
Whiteboard: [wanted-bmo] → [fixed by blocker]
Target Milestone: Bugzilla 5.0 → Bugzilla 4.0
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•