Hello,
We are developing a Jira App on Strategy Management. The requirement is that, based on the user who has installed the app into their account, we need to know the organization id, which will be used to tie up the whole application.
Steps are as follows:
- User installs the Jira App (Core Strategy)
- Saves his organization details
- Sets org structure, team structure
- Create Goals, Objectives for that organization etc.
I have seen the following:
curl --request GET \ --url 'https://api.atlassian.com/admin/v1/orgs' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
But it requires an access_token for each organization, which I am not sure can be either created/ accessed by our API. Please can you guide us with the above requirement. This is a very critical requirement for us to proceed with the product development on Jira platform.