-
Bug
-
Resolution: Fixed
-
Medium
-
4
-
Severity 3 - Minor
-
1
-
Issue Summary
If you have a saved filter, then you access it modify the search and then try to bulk edit the issues, the issues that will appear to be modified may be from the previous filter search or appear with incorrect status.
Steps to Reproduce
- Have a filter based on status (for example, status Done)
- Save the filter
- Access the saved filter
- Modify the search criteria to another status (for example, status backlog), and don't save the filter
- Click in "Bulk change all XX issue(s)"
Expected Results
The tickets from the current search will display, with the proper status, in this example the status backlog.
Actual Results
Tickets from the previous search will be displayed with the done status.
OR
Tickets from the current search will be displayed but they'll have the incorrect status. They should have backlog, but will display as done in the bulk action.
Video displaying the issue:
Workaround
- Use the Jira Search https://<sitename>.atlassian.net/issues/?jql=order+by+created+DESC to search the issues and execute the bulk change.
- Reload the bulk action page that display the incorrect information.