Added by Rahul Patil over 3 years ago
Hi,
I am trying to fetch data from Redmine Projects into my Java Application (HRMS system).
All default fields return data appropriately. Any custom fields created return a NULL value.
Has anyone faced a similar issue before? Any help in resolving the same would be appreciated.
Sample values returned:
projects Id ===>> 26 -- Identifier ===>> Sample_Project_Identifier -- Name ===>> Sample_Project_Name
Description ===>>
Homepage ===>>
CreatedOn ===>> Fri May 07 18:34:21 IST 2021
cField ===>> null
Hi, how did you fetch data?
I assume with API, before diggin deeper try in your browser https://your_redmine_site/issues/xxxx.json and see the results.
Thanks
Lorenzo