I'm Getting 403 status code While Calling Jira project Creator REST API
The SQL Server-Agent service account don't have the permission to access the Jira API.
You can do one thing:
Create a Agent Proxy with your credentials, as you have access and use that proxy to execute the SSIS job
Regards,
J Wick
Hi @Alex Koxaras -Relational- ,
Thanks for the Information
Using the above API getting provisional headers issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure you are following the right API, and/or you don't provide within this post enough details so as to judge better.
The API for creating a project is this:
/rest/api/3/project
Edited: And 403 is returned if the user does not have permission to create projects. I would definitely check with your admin to see if you have the Administer Jira global permission.
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.
Thanks for the information.
I have used this URL
/rest/api/3/project
but getting provisional headers "cross-origin error"
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.