We're working on an integration in our App that will allow users to connect their Jira account and pull/push tickets between our App and Jira
that integration should support both Jira cloud and jira server.
when a user setup the integration and give us access to their account, our system will register a new dynamic webhook scoped to the user's Jira project.
what's the best authentication approach to support both Cloud and server
that allows us to manage webhooks through the Rest API?
from the docs I understand that Jira server doesn't support OAuth 2.0?
but also on the docs it says webhooks can only be used with OAuth 2.0
which is confusing
@Adham Moussa welcome to the Atlassian community
You will need to follow the documentation here: https://confluence.atlassian.com/doc/managing-webhooks-1021225606.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.