Add filter to Jobs page for Job status
Release notes
When you are troubleshooting a pipeline that is behaving unexpectedly you may want to look at all the jobs with a particular status. That would require looking at the full list of jobs or using the GitLab API to get all the data and manipulate it outside the application which is a bad workflow and takes you out of GitLab where you can fix the issue.
Now you can filter for Job Status directly on the Job Page so you can see all jobs with the same status in GitLab.
Problem to solve
Users are expecting the same experience as the Pipelines page, where they can filter or search pipelines by:
- User/Trigger
- Branch name
- Tag name
- Status
- Source
the Jobs page has no search or filtering capability, making it difficult to search for occurrences of a specific job in case of troubleshooting.
User experience goal
Add Job Status filtering capabilities in the Jobs index page.
Proposal
Allow user filter by Job status on Jobs page:
Documentation
Yes, we will need additional documentation
Availability & Testing
This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.