Hello everyone!
I am trying to develop my own smart commit app.
In which User will add commit through GITLAB CE and I will call the webhhook of GITLAB in which I will call the JIRA REST API to add worklog.
But for calling REST API we need basic authentication, how I will get the API token for different user?
I have created my API token manually, I want to automate or call any other API to get API token for other users.