jira-client
jira-client copied to clipboard
Unable to return any/all custom field values
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");