Querying SLA field of Linear issues

Describe the problem/error/question

I would like to query SLA field of Linear issues. Is there a way to do this?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

I’ve fetched the current Linear issues and posted an SLA status report to #engineering-ai.\n\nImportant note: the Linear data returned to me does not include any SLA/custom field or SLA due dates, so I cannot actually identify which tickets have SLAs, nor their deadlines.

Information on your n8n setup

  • n8n version: latest
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @holonk !

If you need to acess custom fiels or SLAs that are not esposed by the standard node, you mayi need to use the HTTP Request node to interact directly with the Linear API.

The Linear node only has this:

1 Like

Thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.