If I am searching the Foo module for feature bug requests, in the 7.x-2.x branch, in the 'Views integration' category, and then once I am on the search results page I click the 'create new issue' link, the chances are that having not found an issue, I want to create a new issue which would be a bug request, in the 7.x-2.x branch, in the 'Views integration' category.

Once we have Prepopulate module on d.org, this could be added to the 'create new issue' URL that's at the top of issue views. We'd need to pick the values out of the view's exposed filters and build up a prepopulate query string based on them.

Should probably wait for #2410697: use a Views area handler instead of hook_views_post_render() to create links at top of issue search before this.

Comments

drumm’s picture

Good idea & plan.