Hi,teams:
When I creating an issue in using API token.How do I need to assign who will got the task?
such as in python:
response = requests.post(hook_url, data=json.dumps(msg_data), headers=headers, auth=(user, api_key))
reards.