jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

Unable to return any/all custom field values

Open MohammedJamaludeen opened this issue 7 years ago • 0 comments

I am trying to return values of an existing issue in JIRA using the following code and I do not get values from Custom Fields. Only the Global field values get returned. Any suggestions please? Issue issue = jira.getIssue("TEST-123");

MohammedJamaludeen avatar May 16 '18 11:05 MohammedJamaludeen