Hi,
We have installed and configured JIRA to work as in-premises environment. We have several users created in that. We have one other application, through which we would like to create a Ticket in our Jira system.
1. I would like to confirm is the following API correctly identified-
https://<someapp.oursubdomain.com>/rest/api/2/issue/
2. Also, we are aiming to use PAT for API calling, is this ok.
3. During ticket creation, we want it to get created with the proper reference to the reporting user. So, that if admin post any resolution, it should be sent to appropriate member. (Not able to figure out yet how to achieve this). Do, we need to change the Auth mechanism for this.
Thanks,