You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
when I try to connect our local JIRA installation with our BitBucket Cloud account I get the following error from JIRA when adding the DVCS account (Applications -> DVCS Accounts -> Link BitBucket Cloud or GitHub account) after accepting the request on BitBucket:
java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("JIRAPROD7"."AO_E8B6CC_ORGANIZATION_MAPPING"."ID")
at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.create(EntityManagedActiveObjects.java:102) [?:?]
at com.atlassian.activeobjects.osgi.TenantAwareActiveObjects.create(TenantAwareActiveObjects.java:271) [?:?]
...
at com.atlassian.jira.plugins.dvcs.dao.impl.OrganizationAOFacadeImpl.lambda$save$2(OrganizationAOFacadeImpl.java:169) [?:?]
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate$1.doInTransaction(HostContextTransactionTemplate.java:21) [?:?]
at com.atlassian.jira.DefaultHostContextAccessor.doInTransaction(DefaultHostContextAccessor.java:50) [classes/:?]
I assume this is because I did not specify the BitBucket User Account Team but I cannot do so because the field is missing from the connector:
My 'Add new Account' Screen:
'Add New Account' Screen according to the user guide:
So my question is: Should I have the 'Team or User Account' field and if so, how can I enable it?
Thanks,
Kai