Issue Details (XML | Word | Printable)

Key: JRA-5321
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Mark Chaimungkalanont [Atlassian]
Reporter: John Meagher
Votes: 4
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Bulk edit of Custom Field requires re-indexing for filtering

Created: 23/Nov/04 08:24 AM   Updated: 30/Jul/06 07:35 PM
Component/s: None
Affects Version/s: 3.0.3
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Jeff Brooks, John Meagher, Keith Brophy and Mark Chaimungkalanont [Atlassian]
Since last comment: 3 years, 44 weeks, 6 days ago
Resolution Date: 24/Jan/05 07:44 PM
Labels:


 Description  « Hide
When doing a bulk edit on a custom field a re-index is required for filtering to work properly.

To duplicate:
1. Set up a filter on some custom field that will match some issues.
2. Bulk edit those issues such that the filter should show nothing.
3. Return to the filter.

Expected behavior:
No issues shown.

Actual behavoir:
The issues will still be shown and if the custom field is displayed in the issue list it will show the new value. Then do a re-index of the issues and return to the filter. Now nothing will be displayed.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
John Meagher added a comment - 23/Nov/04 10:02 AM
I was able to get it to work by adding the following to the perform method of the BulkEditOperation in the custom fields section:

ComponentManager.getInstance().getIndexManager().reIndexIssues( bulkEditBean.getSelectedIssues() );


Keith Brophy added a comment - 24/Nov/04 01:42 AM
Yes - I am pretty sure that this is a problem.

Need to investigate, but I believe that the fix specified should fix it.


Jeff Brooks added a comment - 13/Dec/04 01:35 PM
Confirm that we are seeing this as well. Unfortunately, it is quite a pain. For the admins, they know to reindex. But for everybody else, it makes it very hard to change some issues....look at filter results...and continue on, when their changes aren't respected.

Mark Chaimungkalanont [Atlassian] added a comment - 24/Jan/05 07:44 PM
Reindexing should now happen for all bulk edits