FS#23751 - {archweb} Add "Report bug" link

Attached to Project: Arch Linux
Opened by Sergej Pupykin (sergej) - Wednesday, 13 April 2011, 15:09 GMT
Last edited by Dan McGee (toofishes) - Monday, 13 February 2012, 04:52 GMT
Task Type Feature Request
Category Web Sites
Status Closed
Assigned To Paul Mattal (paul)
Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Flyspray has a nice feature - pass some default value for some fields in URL.

For example:
- https://bugs.archlinux.org/newtask/proj1?item_summary=[PACKAGE-NAME]
- https://bugs.archlinux.org/newtask/proj5?item_summary=[PACKAGE-NAME]

It should solve wrong bug project and summary issues.
This task depends upon

Closed by  Dan McGee (toofishes)
Monday, 13 February 2012, 04:52 GMT
Reason for closing:  Implemented
Comment by Sergej Pupykin (sergej) - Wednesday, 13 April 2011, 15:12 GMT Comment by Sergej Pupykin (sergej) - Wednesday, 13 April 2011, 15:15 GMT
I mean add this link (or even big button) to "Package Actions" on http://www.archlinux.org/packages/REPO/ARCH/PACKAGE/ pages.
Comment by Dan McGee (toofishes) - Friday, 15 April 2011, 15:48 GMT
Seems fine to me, but can you do two things that would make this easier and quicker for me to implement?
1. What happens when a user clicks this link but is not logged into the bugtracker?
2. A list of category -> repo mappings would be great, as well as "OS" -> architecture mappings if we can preset this as well.
Comment by Sergej Pupykin (sergej) - Friday, 15 April 2011, 16:30 GMT Comment by Dan McGee (toofishes) - Friday, 15 April 2011, 17:57 GMT
31 and 8 are what? [core] and ???

I need the listing for both- every repo we have (all 7), and all three architectures.
Comment by Sergej Pupykin (sergej) - Friday, 15 April 2011, 20:22 GMT
Probably best way you can get all IDs from flyspray DB or source, but I got them just pressing Ctrl+U (View->Page Source) in firefox

For example (category):
<option value="2">Packages: Extra</option>
<option value="31" selected="selected">Packages: Core</option>
<option value="10">Packages: Testing</option>
<option value="4">Documentation</option>
<option value="7">Web Sites</option>
<option value="9">System</option>
<option value="12">Kernel</option>
<option value="13">Security</option>
<option value="34">Upstream Bugs</option>
<option value="43">Mirrors</option>
<option value="49">Arch Projects</option>
Comment by Sergej Pupykin (sergej) - Saturday, 28 January 2012, 23:27 GMT
  • Field changed: Percent Complete (100% → 0%)
I believe we should change url to something like

https://bugs.archlinux.org/newtask/proj5?item_summary=[PACKAGE-NAME]%20REPLACE%20IT%20WITH%20BUG%20DESCRIPTION!!!

people does not enter bug description because of it is not empty

Loading...