Fuu3214 opened a new issue #1650: URL: https://github.com/apache/incubator-linkis/issues/1650
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description Currently linkis-manager website supports searching for jobs via user/createtime/endtime/status/taskid. We'd hope linkis-manager website can support searching for jobs via creator. ### Description _No response_ ### Use case input creator in the search box, click search, front0end will display all jobs submited by current user and targeted creator. ### solutions 1. Add a text box for inputting creator. 2. jobhistory back-end add another rest param for creator api change: from: http://127.0.0.1:8088/api/rest_j/v1/jobhistory/list?status=&startDate=1646841600000&endDate=1646841600000&pageNow=1&pageSize=50&proxyUser=&isAdminView=true to: http://127.0.0.1:8088/api/rest_j/v1/jobhistory/list?status=**&creator=xxx**&startDate=1646841600000&endDate=1646841600000&pageNow=1&pageSize=50&proxyUser=&isAdminView=true ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org