Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
Xray DC V7.6.2
-
None
-
None
Description
Currently, when an Xray issue is opened, the Xray sections within it (like the 'Test Details', 'Pre-Conditions', 'Test Sets', 'Test Plans' and 'Test Runs' sections from a Test issue, for example) are immediately loaded, which will trigger QueryComponent calls to search issues using JQL, fetching field values, etc.
As a user, I would like to have an option to change this behavior in the following way:
- Have the Xray sections to be collapsed by default, and not to be loaded when the issue is opened (and as a result, not triggering any immediate QueryComponent calls upon the issue being opened).
- Have the Xray sections to be displayed when clicked by the user, and only then loading the Xray data and performing all the associated calls.
For reference, it would be a similar behavior from the Activity section of an issue (with the Comments, Issue History, etc), as that section is only loaded upon being clicked by the user.