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.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.