Allow editing of Closed Issues
By default, it is not possible to edit an issue while in the "Closed" state. If you would like to allow editing of closed issues, this can be done by editing the workflow (see Configuring Workflow), and removing the jira.issue.editable
flag from the Closed step. The steps are as follows:
- Find the active workflow that applies to the issues you wish change. This is most easily done by going to the 'Workflow Schemes' admin page, then clicking on the Workflow link in the row applying to the issues' project and issue type.
- It is not possible to edit an active workflow, so you will need to either make a copy (if using the default
jira
system workflow) or draft of the workflow, and edit that. - On the View Workflow Steps page, in the 'Closed' step's row, click 'View Properties'.
- You should see a
jira.issue.editable
property with valuefalse
. Delete it, or set the value to true. - Publish your draft workflow, or if editing a copy, activate the workflow by creating a new workflow scheme associated with the edited workflow, and then associating it with your project.
注意
You can use the jira.issue.editable
flag to enable/disable editing of issues at any step (not just the 'Closed' step).
This property and a number of others are also discussed at Workflow properties.
最終更新日: 2012 年 2 月 19 日
Powered by Confluence and Scroll Viewport.