Hello Community,
I am trying to connect Sentinel incidents with Jira to post the incidents in our team's queue. Logic App API was successfully connected with Jira API Token, but I am not able to use the Jira V3 connector due to an error with the field reporter within Jira; given I do not want to change all the project teams' fields while troubleshooting this, I decided to move forward with the Logic App HTTP Connector.
Now I am trying to get the HTTP Connector to work within the Logic App.
I used this documentation to try to connect to the Jira endpoint to post the Sentinel incidents, but received a 404 error.
https://developer.atlassian.com/cloud/incidents/rest/intro/#jira-cloud-platform-apis
The endpoint used - https://api.atlassian.com/ex/jira/incidents/<cloudId>/v1/incidents
for authentication, I am using the managed identity within Azure.
The second endpoint I tried posting to is https://your-domain.atlassian.net/rest/api/2/issue/. I received a 401 error due to not being a Jira admin. I am not sure which path to pursue now in troubleshooting.
@David Oneill welcome to the Atlassian community
Did you try posting to the API through a client like postman so you can see what is really occurring?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.