Jira Integration with Jira Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 07:06 AM
I seem to be having a connectin issue when setting up the Flow for Jira create issue.
I have the connection/credentials / API Token but when I create the flow I'm not getting the
Credential alias filed to display so the project list will not populate:
Any ideas what I may be missing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 08:20 AM - edited 07-07-2023 10:04 AM
Hello,
I am also having the exact same issue. But I have debugged it enough to find out that our ServiceNow instance is successfully connecting to the Jira instance. As part of the "Create Issue" action, ServiceNow is successfully placing a GET request to JIRA, but we are receiving error.
- Elevate Outbound http log levels to validate Outbound Http logs.
- glide.outbound_http_log.override.level (type:String) - All
- glide.outbound_http_log.override (type:true|false) - True
If the properties are not present, please create them. Make sure to switch them off, when you finish debugging, it may generate heavy logs.
- Check Outbound Http Requests and verify if there is a request from ServiceNow to JIRA's url (api.atlassian.com).
- Click on the flow action to check if a GET request is triggered every time you click open "Create Issue" action.
- Check the Request and Response body for the log records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 10:06 AM
I actually opened a case with ServiceNow on this. Apparently after San Diego, the connection alias field will no longer be presented, but as long as the next phase where you get the Project ID populates, your connection is there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 08:04 AM
We're on Tokyo presently and the Connection Alias field is still there in the HTTP(s) Connection configurations. I'm not sure if that's what you're referring to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 07:07 AM
I had the exact same issue. I reviewed my configurations and found that I didn't put my Jira password in the Jira credentials configuration. Once I corrected that, I could see all the projects in a list under Project Key. That might not be your issue but perhaps review your configurations. I hope that helps.
--Trish