Creating a Button to Open a Report based on a criterion

Creating a Button to Open a Report based on a criterion

I have a report called All_Jobs_Report with fields like Job_Number, Client, etc..... I have another report called Item_List where Items are added with a look-up field which gets the info from Job_Number field from All_Jobs_Report.

Now, in the All_Jobs_Report, I want to add a button which will open the Item_List report but for the specific Job Number only.

Can you help with the script please?