Hey!
We are a couple of student developers doing a project where we have to create a Jira extension. We need to be able to query issues within a specific board and read some data from this.
We started by creating a Forge app, but as far as we can see, there is no support for creating board modules, so this would not work for us.
Now we’re creating a Connect app instead, using Atlassian Connect Express, but we are having a lot of issues getting it to work. We have created a button in the top of the board, and we can display a dialogue when it’s clicked. Doing any form of querying is giving us problems, because we are not authenticated correctly (is there an authentication flow, we’re missing?)…
We have googled and searched for a week, and read everything we could find - much of it is outdated.
Is there anyone who has a “sample project” for Atlassian Connect where the authentication-part is setup correctly?