Tapping into Atlassian 'Onboarding UI Patterns'

Hi there,

Per this page about Onboarding: Onboard customers to your app, part 3: End users - Atlassian Developer Blog

There appears to be ways for Add-on Developers to tap into these onboarding ‘tooltips’ or modules for the purpose of training and educating the user about the use of an app.

Does anyone know/point me to where I can find snippets/examples to try these out? Anyone have any experiences using them?

Best,
Steve

3 Likes

Hi Steve are you developing with AtlasKit or AUI? We have code examples for each:

You can also inspect the onboarding built in to either our server (aui) or cloud (atlaskit) products if you spin up a trial instance of Jira or Confluence. Hope this helps

1 Like

Thanks! @ksnow Was looking for something along this lines

As a vendor app, can we trigger/initiate these type of Dialogs on Jira elements (e.g. the ‘create issue’ button on the global nav), or are we limited to highlighting elements only created by our app specifically (e.g. ‘Steve’s CTA’ on a ‘View Issue’ web panel)?

@svalencia that is a harder question to answer. i’m not sure what integration points are allowed in Jira. Let me see if can get an answer for you

@svalencia you’ve probably come across this documentation, but in case you haven’t, the integration points in the UI are here: https://developer.atlassian.com/cloud/jira/platform/issue-view/ and Use multiple glances in the issue view I believe these are the only points where you can surface your app in cloud product.