Error 400 | Jira Software node version 1

Describe the problem/error/question:

I get ERROR 400 as soon as I use Expand Options in Jira Node. This works ok if I remove the Expand Options.

What is the error message (if any)?

Full Message:

{ "errorMessages": [ "Invalid request payload. Refer to the REST API documentation and try again." ] }

Please share your workflow

Share the output returned by the last node

Single Node Setup. Error shared above

Information on your n8n setup

  • n8n version: 1.95.3
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • Operating system: macOS 15.4.1 (24E263)

After doing some test.

I think it’a UI bug in n8n node when select get many

From the API document.

It should not accept Expand Options in get many method.

If you need the expand option.

You will need to add a node Get

@darrell_tw Really appreciate you spending time on this!

This must have been a recent change in the API. I was using this setup for 3 months prior to yesterday and everything was working fine.

Hoping to get some official word on it but I have not been successful so far.

For a comparison, This is what I previously used to get:


Even with the above suggested solution, I am not able to see transitions and changelog section in the output

Sorry for the expansion part. I re-test and this seems working

1 Like

This works! Thanks a ton!

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