Hi All
I am trying to connect to Jira from my workflow in order to create a new issue.
I’ve created an Atlassian API key and created the credentials in n8n successfully however, the project list is empty (I have 4 projects and I am the Jira account owner).
I’m running n8n v0.204.0 on digital ocean docker setup.
I would start with an update but that looks like maybe something else is going on, If you click the 3 dots and do a refresh does it then show the projects? It looks we call /api/2/project/search to get the projects if you try that from an HTTP Request node selecting your Jira credentials just it show any error messages?
After upgrading there are still no projects pulling through.
I’ve created a GET http request to api/2/project/search with our URL and API key and it returns a 404 error.
I have just checked the Jira API and it looks like that endpoint doesn’t exist anymore so we will need to get the node updated, For now as a workaround if you know the ID of the project you can manually type it into the field.
Quick Edit: My mistake that endpoint is still good it is without search that is no longer valid… Are you self hosting Jira or is it part of the Atlassian cloud offering?
I have just given it a quick test with a test account I have and it appears to be working
That is the same URL type I am using, If I DM you my test Jira token and details can you give them a test? That would tell us if it is something with the n8n instance or the jira account.
No worries, We have done silly things. I once restarted a server and did a ping so that I know when it is back online. After 10 minutes of nothing I was starting to get a bit worried then I remembered I disabled ICMP requests on the box.