JIRA node is missing the components field. How do I configure it?

When configuring JIRA today, we found that JIRA has the components field, which is a required option

JIRA service version

API documentation:
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-post

Ahh, it should be easy to add. To endpoint below allows you to list all the components in a project.

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-components/#api-rest-api-2-project-projectidorkey-components-get

Got added. However, I could not test it because you need to be the administrator of the Jira account. Can you please test it out and let me know. To do so, use the docker image below.

docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n:PR-2428-feature-jira-extended

1 Like

Thanks to the supervising administrator for inclusion

Got released with [email protected]