Details
-
Bug
-
Status: Waiting Approval
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 6.14.0
-
None
-
None
-
Test PanelÂ
-
Enterprise
-
Description
When an issue is moved to a status where it becomes non-editable (e.g. Closed), Jira immediately blocks edits to native fields such as Description.
The Xray panel may continue to appear editable until the page is reloaded, which is expected since it does not receive real-time status change events.
However, Xray edit requests should fail as soon as the issue becomes non-editable.
Currently, edit requests sent by Xray do not fail, even though the workflow already locks the issue.
Steps to Reproduce
- Configure a Jira workflow where issues become non-editable when moved to Closed.
- Open a Test issue with Xray enabled.
- Move the issue to Closed.
- Without refreshing the page, attempt to edit Xray Test Details.
Actual Result
- Xray edit requests fail with an error indicating the issue is not editable.
- Behavior is consistent with Jira native fields.