Skip to content

don't show changelog #145

@RmS-biz

Description

@RmS-biz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions