Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira node list custom fields not working #10522

Open
support337 opened this issue Aug 23, 2024 · 1 comment
Open

Jira node list custom fields not working #10522

support337 opened this issue Aug 23, 2024 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@support337
Copy link

support337 commented Aug 23, 2024

Bug Description

When using Jira Software Server node to update an issue, dropdown Custom fields is empty with message "Could not load list". JIRA Software Server version is 9.4.8.

To Reproduce

  1. Create Jira Server Update Issue node
  2. Set resource to Issue, set operation to Update, set Issue Key to any existing JIRA issue which has custom fields
  3. Select Add field, choose type Custom fields
  4. Set Field to From list
  5. Click on dropdown Select a Field
  6. Observer error 500 in console stating JIRA response is 404: Issue not found

Jira logs contain following requests when dropdown menu is invoked, basically n8n calls to nonexistent endpoint:

"GET /rest/api/2/issue/LTES-121- HTTP/1.1" 200 1380 8 "-" "axios/1.6.7" "1ek8x0j"
"GET /rest/api/2/issue/createmeta?projectIds=17006&issueTypeIds=10700&expand=projects.issuetypes.fields HTTP/1.1" 404 91 4 "-" "axios/1.6.7" "1dewby7"

Expected behavior

List available custom fields

Operating System

Debian 12.6

n8n Version

1.54.4

Node.js Version

v18.19.0

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Aug 23, 2024

Hey @support337,

We have created an internal ticket to look into this which we will be tracking as "GHC-181"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants