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

Missing Jira Additional Fields #281

Closed
thomas-gerber opened this issue Feb 13, 2023 · 2 comments
Closed

Missing Jira Additional Fields #281

thomas-gerber opened this issue Feb 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@thomas-gerber
Copy link
Contributor

Describe the bug
Jira Additional Fields are not written to Faros.

To Reproduce

  1. Configure your Jira source Additional Fields and save
  2. Sync
  3. In Hasura, do the following query:
query MyQuery {
  tms_Task(where: {uid: {_eq: "TEST-1"}}) {
    additionalFields
    name
  }
}
  1. The additional field is missing.
    Note that in Metabase, the additionalField column in tms_Task will only display in the detail view (when you look at the record).

Can be reproduced on our TEST project with custom field customfield_10049 (testcustom field). TEST-1 should have foo in there. Jira source is the community one on 0.2.20.

@thomas-gerber thomas-gerber added the bug Something isn't working label Feb 13, 2023
@thomas-gerber thomas-gerber closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2024
@justynclark
Copy link

@thomas-gerber I have the exact same issue. Is there a workaround? Thanks.

@thomas-gerber
Copy link
Contributor Author

As best as I can tell (when connecting that source into the Airbyte E2E Testing destination), the custom fields are not returned with the issue by the community source, which is currently pegged at 0.2.21 when Faros is provisioned (pretty old).

You could try to update to the latest jira community source (1.3.0) in Settings > Source, check the source config and the destination config. The custom fields are all fetched and properly stored Faros side. I also see lots of errors in the sync which I am not sure about - although it looks OK in metabase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants