You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse the JSON payload in the UI to check for the presence of a codebase.
If a codebase is available in the payload, add the codebase to the filter field for the deploy pipeline type.
Ensure that the filtering functionality works correctly and displays the relevant deploy pipelines based on the codebase filter.
Test the implementation to ensure it handles various scenarios and edge cases.
Acceptance Criteria
[ ] The JSON payload is parsed in the UI to check for the presence of a codebase.
[ ] The codebase is added to the filter field for the deploy pipeline type if available in the payload.
[ ] The filtering functionality works correctly and displays the relevant deploy pipelines based on the codebase filter.
[ ] The implementation is tested and verified to handle various scenarios and edge cases.
The text was updated successfully, but these errors were encountered:
Implementation Plan
Acceptance Criteria
[ ] The JSON payload is parsed in the UI to check for the presence of a codebase.
[ ] The codebase is added to the filter field for the deploy pipeline type if available in the payload.
[ ] The filtering functionality works correctly and displays the relevant deploy pipelines based on the codebase filter.
[ ] The implementation is tested and verified to handle various scenarios and edge cases.
The text was updated successfully, but these errors were encountered: