-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the most concise set of instructions for self hosting #4
Comments
@dabeeeenster @riceyrice I can help with documenting this as I am currently trying to setup the forge app for our jira organization.
With these changes I tried deploying the forge app into our jira site. The installation was successful. I then configured the jira app providing our api token, which was also successful.
If you have any pointers for me around how to fix this, I would highly appreciate it. |
Hi @nishant-shah-social sorry for the delayed response. It looks like you've changed all the necessary places for connecting self-hosted Flagsmith to what I assume is self-hosted Jira? If deploying to SaaS Jira I'd expect you to also need to change the app ID in The error you're seeing seems like a bug in the Jira integration, though I'm surprised nobody else has seen this. It should not error if the property hasn't been set yet. I can't find anywhere in the code that would output the exact error message you provide. Perhaps something has changed in SaaS Jira, or are you deploying to some other Jira? I think the relevant code is here if you want to try to add some more debugging: flagsmith-jira-integration/flagsmith-jira-app/src/jira.ts Lines 92 to 94 in 3a5f8e8
Ultimately this passes through to a
Hope that helps! |
Thanks for responding @riceyrice ! Regards, |
@riceyrice I found the problem and we managed to fix it and install+ configure the app successfully.
I tried raising a PR but somehow I wasn't able to create a branch and push my commit. Thanks, |
Thanks for letting us know, that's very helpful! In order to create a PR you'll need to fork the repo and submit it that way, we'd love to receive it if you're happy to do that. Thanks, |
Sure @matthewelwell |
People self hosting Flagsmith will need to push their own Forge application with the approriate whitelisted domains.
We should add concise documentation on how to achieve this, starting from:
i.e. with no Jira marketplace/developer accounts.
The text was updated successfully, but these errors were encountered: