-
Bug
-
Resolution: Fixed
-
Highest
-
33
-
Minor
-
159
-
Issue Summary
Having an Insight Object linked to more than 50 Issues can cause Object to show up with missing linked issue
Steps to Reproduce
- Create more than 50 issues with an Insight Object field populated with the same Insight Object
- Make sure there's a mix of resolved and unresolved issues in the issues in step 1
- Navigate to the object in Insight and click on "Show all filtered issues" just below "Connected Jira issues" at bottom right
- Some unresolved issues will be missing in the list that's connected to the object
- Navigate to one of the issue and open up the Object Detail panel by clicking the following icon
- Click on "Linked issues" and you'll see the same unresolved issues list that is missing a few issues in the list in step 4.
Expected Results
All unresolved issues that's connected to the object to be displayed.
Actual Results
Step 4 and 6 above.
The request to fetch the connected issues (shown below) returns the JQL search query that will be missing a few issues, resulting in incomplete issue list.
https://<domain>/gateway/api/jsm/insight/workspace/<workspace_id>/v1/objectconnectedtickets/<object_id>/tickets
Workaround
No known workaround at this stage.
- mentioned in
-
Page Failed to load
Why is this closed? The problem still persists.