Good evening, ya'll. Working on my apps. Have some questions. First and foremost, the modules, what programming languages are they actually suppose to be written in? I've seen python, java, scale, php, JQL... I've also seen the descriptor app code with a bunch of key/ value pairs that...scratch that. When I'm creating the connector app, I can use the JSON to connect to the url of whichever module I need it to, but I don't know what language I can code the connector app in. I know all about creating panel, putting sections on the panels, putting items on the sections and adding the event handlers/event listers to every item. But the connect apps are Atlassian implemented, so it's an Atlassian solution as far as languages are concerned. Which one am I suppose to use?
Solved! Go to Solution.
Thanks your awesome!
@Joseph Chung Yin What are our actual connect apps suppose to do? Do we just create any page/ webpanel we want or is it specific? There are example that create ever type of Jira integration there is. Do I just pick one and build from it, because the modules are Jira modules? Am I just designing an app with a Jira functionality? And thank you for the link, Sir, you are awesome!
It is depend on what you are trying to do/perform with your custom program/codes using REST APIs. What are you trying to integrate with Jira/JSM?
Best, Joseph
@Joseph Chung Yin I'm just trying to implement a connector app. I already started the descriptor app. I just need to add the modules. The ones in my JSON file. I'm adding Jira modules to implement my connector app. So far, I know there are different things you can create. The basic functionalities are the panel, where everything on the pages go, the section on the panel, and the items on every section. That can follow any design based on what the app is supposed to do. That's what I'm trying to figure out. What is it's function? Am I building off of a Jira implementation or creating my own?
I would recommend that you follow the Jira implementation, then further customize as needed. At this point, I am still not clear on what your connector app is trying to do as to integration with Jira/JSM? What function are you trying to achieve? (i.e. create issue in your Jira/JSM project etc..)?
Best, Joseph
Let’s me look back over the documentation