In blockerbugs discussion tickets feedback it was mentioned that discussion tickets are sometimes not very informative, and sometimes outdated (the bug title changed in the meantime). I argued that syncing the data is a lot of work. But after some thinking:
However, I just realized that Blockerbugs WebUI already responds to bug title and component changes, I believe. So perhaps we could leverage this and update the ticket title if we detected a change in these fields. We wouldn't need to interact with Bugzilla (the data will already be in our database), which is great. We might also limit this to only cases when our bot already interacts with the ticket (a new comment is added), instead of attempting to have it always up-to-date, which might simplify it even more. We'll need to think about this.
If we could make some simple approach like this:
rhbz#123456 [component] bug title
then we could really implement this quite simply, I think.
Issue tagged with: next
Login to comment on this ticket.