i have a situation one assignee is having 150 tasks and he need to add an xl check list report to all tasks, is there a way to do it in jira software cloud
You can do that using the Jira Cloud REST API, more specifically this end-point.
You can easily write a script that iterates over those 150 issues and makes the corresponding REST API call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.