Hello,
When I search using the below query, I get thousands of records out of which few have an empty change group author. Why is the change group author empty?
select *
from jira_app.changegroup
Please advice.
Thanks.
Hey @Veera rdy
It could be that something other than a user made the change (integration, post function, etc.)
Try getting the change history through the Jira API and see if you get the same results.
actionManager.getChangeHistory(getIssue(), authenticationContext.getUser());
Here's some documentation on Database - Change History for reference.
Hope this helps.
There are a few reasons this can happen, but I am not going to write an essay on it here, as it's long, boring and utterly pointless.
Could you try looking properly instead? Use the internal java api or external REST api to look at what you want (SQL is the worst possible way to look at Jira data, please don't use it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.