Project

General

Profile

Integrating Redmine with Java - Null Values in Custom Fields

Added by Rahul Patil almost 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


Replies (1)

RE: Integrating Redmine with Java - Null Values in Custom Fields - Added by Lorenzo Meneghetti almost 3 years ago

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

    (1-1/1)