Hi
How to create a service account in JIRA to have REST API integration .
Dear DPK J,
Thanks for the input.
I have created the user account and generated API Token. Kindly let me know the how the endpoint URL will look like.
We are doing ServiceNow Jira integration. In this we access the end point url from JIRA and create a record in JIRA from ServiceNow.
Kindly advice us how to do.
Note: We are totally new to JIRA tool
Regards,
Priya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Endpoint url will look like,
https://<site-name>.atlassian.net/rest/api/3/<resource-name>
This page here list all API's and details on how to access them, and what permissions are required for what API.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.