
| Key: |
JRA-8387
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Bernard Durfee
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
I had a bunch of issues in a component that I wanted to version. So I needed to move them to a new project for just that component. The bulk move worked fine, but the bulk edit to change the version would not work because a good number of the issues were closed. The bulk operations should be able to bulk edit the status or bulk edit the version information, even when the issues are closed.
|
|
Description
|
I had a bunch of issues in a component that I wanted to version. So I needed to move them to a new project for just that component. The bulk move worked fine, but the bulk edit to change the version would not work because a good number of the issues were closed. The bulk operations should be able to bulk edit the status or bulk edit the version information, even when the issues are closed. |
Show » |
|
1) Change the workflow of the project to one which allows edit of closed issues - a bit of work with some downsides. You need to copy the existing workflow, then edit the copy to allow for editing of closed issues (http://confluence.atlassian.com/x/TtoB
2) Delete the version and re-add it.
Note that when you delete a version from a project, it'll ask you to re-assign the issues assigned to that version to another version .. regardless of the issue status - allowing you to edit closed issues even if the workflow doesn't allow it. See http://jira.atlassian.com/browse/JRA-8166
So, you could create version "V-NEW" and then delete version "V-OLD". When deleting version "V-OLD" tell it to move all issues (it'll move closed ones too) to "V-NEW". Then just rename "V-NEW" to "V-OLD". Voila - you've outsmarted JIRA (no offence intended). See this discussed at
http://forums.atlassian.com/thread.jspa?messageID=257220724�
Obviously you would test this out on a test system first.