JIRA CLOUD : MONGO DB for Atlassian Connect Express

Hello All,

I have a Jira cloud plugin with mongo db as backend. The support for juggling DB was removed from Atlassian Connect Express framework in past few months. In order to use Mongo DB, do I need to write a custom store adapter? Any help is really appreciated.

Thanks,
Sheff

1 Like

Hey Sheff,
could you paste is your package.json and config.json?

Hi Vit,

Thanks for your help. I was able to resolve the issue by using sequelize back-end for storing host client information and opening a separate connection for mongo db related operations once the initial handshake is successful.

Thanks again!!