Hello, I was wondering if it was possible to create a Teams command bot that could grab all the issues on the active board and list their assignees and current status. From docs it seems like I would have to authenticate using OAuth but then every user would have to allow permission right? If one person can see the whole board, would they be able to give permission to get all the info I need?
Basically, I want to be able to type a command in the Teams chat and have it collect data on all issues in the active board for a certain project. If I can normally see all the issues and assignees when I log into JIRA, would I be able to get that info through the API if I were the only one who had gone through the OAuth process?