Open Bug 1704826 Opened 5 years ago Updated 3 years ago

moz-phab should offer to create bugs if an existing bug hasn't been provided

Categories

(Conduit :: moz-phab, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: bhearsum, Unassigned)

References

Details

(Keywords: conduit-triaged)

I frequently use --no-bug because I've gone and fixed a small bug I've just found, that hasn't been filed yet. In these cases, it would be very convenient for moz-phab to file the bug for me, and update my commit message to include it, rather than complaining that there's no bug id.

Type: defect → enhancement
Keywords: conduit-triaged
Priority: -- → P3

We can parse the moz.build files in the impacted paths to determine the list of Bugzilla components to suggest.

We'd also have to either require users provide a Bugzilla api-key, or generate a URL that pre-populates an enter_bug form from the query string.

Summary: file bugs for me → moz-phab should offer to create bugs if an existing bug hasn't been provided

(In reply to :glob ∗ from comment #1)

We'd also have to either require users provide a Bugzilla api-key, or generate a URL that pre-populates an enter_bug form from the query string.

Phabricator (the server) can already write to bugzilla. Is it possible to have the server do the bug creation instead?

Phabricator doesn't update Bugzilla directly; instead Bugzilla listens to a stream of events from Phabricator and updates itself.

Duplicate of this bug: 1814124
You need to log in before you can comment on or make changes to this bug.