-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.QueriesIssue that involves modifying some DB queryIssue that involves modifying some DB queryenhancementNew feature or requestNew feature or requestfeedbackUser feedbackUser feedback
Description
In the issue extras endpoint, the first_incident is independent of the version, but the trees and tags aren't.
If the issue_id passed exists, but the combination issue_id + issue_version doesn't, then the first_incident will return, but the rest of the data won't.
The response should be refactored such that the version data isn't returned if the issue_id + issue_version doesn't exist. The first_incident data should still be returned, along with the version of that first_incident.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendMost or all of the changes for this issue will be in the backend code.Most or all of the changes for this issue will be in the backend code.QueriesIssue that involves modifying some DB queryIssue that involves modifying some DB queryenhancementNew feature or requestNew feature or requestfeedbackUser feedbackUser feedback
Type
Projects
Status
Done