I'm using Databricks to send over data to Jira via Rest Endpoint to update a Bundle Field (specifically date values) in Jira and it works successfully and shows the changes on Jira. However for our users, we have them interacting with Jira through Refined and on our portal the values end up showing in a Json esque format.
I'm trying to figure out how to make the bundle field display correctly and determine what's the cause of the problem and why it only occurs on the Refined website.
This is how the data ends up looking instead of showing user readable values
{"configurationId":13,"baseGroupId":{"fields":[{"id":"871cc638-84eb-480b-b864-498a7377e900","originId":"871cc638-84eb-480b-b864-498a7377e900","value":"test 0"},{"id":"b8c0706d-e836-459f-a757-3db2c3b8708c","originId":"b8c0706d-e836-459f-a757-3db2c3b8708c","value":"2023-08-21"},{"id":"4625494a-202e-468f-8f8b-344048b2935b","originId":"4625494a-202e-468f-8f8b-344048b2935b","value":"2023-12-31"}],"order":0},"8b288c63-486a-428f-b089-ce6d3774cb60":{"fields":[{"id":"a84ab6c9-0c34-436f-8f9d-dda3d82c4a72","originId":"871cc638-84eb-480b-b864-498a7377e900","value":"testing 1"},{"id":"ab50de91-c200-4754-b694-f0c526b3728f","originId":"b8c0706d-e836-459f-a757-3db2c3b8708c","value":"2024-01-01"},{"id":"29a06228-4889-4db4-bed0-9d85c5303949","originId":"4625494a-202e-468f-8f8b-344048b2935b","value":"2024-03-31"}],"order":1},"1180bed3-48ef-4d9d-ad85-f193ef240cab":{"fields":[{"id":"b0385981-a549-4ab0-96b2-1aec2dfc946c","originId":"871cc638-84eb-480b-b864-498a7377e900","value":"testing 2"},{"id":"4ba71a43-f16a-4bf7-a1c6-6a634344f6f4","originId":"b8c0706d-e836-459f-a757-3db2c3b8708c","value":"2024-02-01"},{"id":"8ab83966-5679-4cab-8c94-b87df92865ea","originId":"4625494a-202e-468f-8f8b-344048b2935b","value":"2024-09-30"}],"order":2}}
Hi Michael,
Interesting issue!
If you haven't already done this - could you submit a support ticket over at help.refined.com, for our support folks to dig deeper into this?
Best regards, Raj from Refined
Hi @Michael H
Please share the code you are currently using for your REST Endpoint so I can review it and provide some feedback.
Thank you and Kind regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Rest Endpoint Code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.