Jira API read ETIMEDOUT

Jira API call with the Jira Node to “Get Many” issues (and return all). Trying to retrieve ~150 issues in this node.

read ETIMEDOUT

Issue is inconsistant. Will run sometimes but will have this timeout at other times. Not able to see API call limitations for Jira as the rates are dynamic.

Information on your n8n setup

  • n8n version: 1.98.1
  • Database (default: SQLite): SQLLite/Docker Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Docker Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Alma Linux 9.5

In my experience with the JIRA nodes they return ALL data by default, which can really slow down workflows. I got around this by doing a HTTP call to the same endpoint but specifiying the fields I wanted back.

Well the weird thing is that this started this week and there was no uptick in the number of data points returned by Jira.

I am not sure if others are experiencing this and I am not seeing anything on Jira’s status page for the API.

I also have other Jira nodes, and they are not failing. Only this type of node for returning all issues with specific JQL.