-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
Hello there!
I have issue:
$issueService = new IssueService();
$queryParam = [
'fields' => [ // default: '*all'
'*all',
// 'summary',
// 'history',
// 'comment',
],
'expand' => [
'renderedFields',
'names',
'schema',
'transitions',
'operations',
'editmeta',
'changelog',
]
];
$issue = $issueService->get('DCBNMT-264', $queryParam);
//print "<pre>";
print json_encode($issue->fields);
//print "</pre>";
"changelog" did not show but in log file it exist.
How I can fix it?
Metadata
Metadata
Assignees
Labels
No labels