How to performing bulk edit on issues using jira rest api 3 and python?

How can I perform bulk editing of issues in a specific project using Python and JIRA REST API 3? I need to edit issues with a status of ‘Reopened’ or ‘In Progress’ and add labels to each issue. With potentially thousands of issues in the project, what is the most efficient approach to achieve this?

Hello @FitehalewDemilew1

Refer to the answer provided to your same question posted in the Community forum.