Feature #3170
Autocomplete issue relations on subject
Status: | Closed | Start date: | 2009-04-14 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 1.1.0 | |||
Resolution: |
Description
Autocomplete exists in member selection at the moment. It would be nice to expand that functionality to issue relation selection as well.
The attached patch doesn't work, but provides an initial starting point to work from.
Related issues
Associated revisions
Autocomplete issue relations on subject (#3170).
History
#1
Updated by Paulo Santos over 12 years ago
+1
#2
Updated by Felix Schäfer over 12 years ago
- File AutocompleteForRelatedIssues.patch
added
- Tracker changed from Feature to Patch
- Category changed from Issues to UI
- Assignee set to Eric Davis
- Target version set to 1.0.0 (RC)
Patch against r3709 to enable the autocomplete feature from the new subtasks view on the related issue field. The patch also makes sure to only return the issues from the project if no cross-project relations are allowed or all issues if it is.
@Eric: I included tests, though it is more of a guess-work from the surrounding tests than real knowledge, and I haven't run them…
#3
Updated by Daniel Netzer about 12 years ago
+1 This would save lots of time spent in "tabbed browsing" for related issues and help users make use the related issues feature. At the moment finding related issues is not very comfortable.
#4
Updated by Eric Davis about 12 years ago
- Target version changed from 1.0.0 (RC) to 1.1.0
Pushing to 1.1. I think #4382 needs to be done first before too much code is added to the existing autocompletes.
#5
Updated by Eric Davis almost 12 years ago
- Assignee deleted (
Eric Davis)
#6
Updated by Jean-Philippe Lang over 11 years ago
- Tracker changed from Patch to Feature
- Status changed from New to Closed
Patch updated to work with AutoCompletesController and committed in r4502.