Hello,
I have a large number of issues (over 600 projects with several hundred or thousands of issues each) to which I need to assign a team. This process should be automated, I found that GraphQL allows this unlike the REST API. The problem is that I don't know how to send the information related to the team, I have the following error (postman printscreen):
How to pass team related arguments?
Thank you