GitXplorerGitXplorer
a

atlassian-connect-example-app-python

public
2 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
31275a779aa8d07e3334f22ad3cbab3ad73286ec

Merge pull request #4 from atlassian/ARC-2014-update-readme

rrachellerathbone committed 2 years ago
Unverified
7e3de6a77cf7957517a7b7cf93822d1eb9f8a91d

change django -> flask

rrachellerathbone committed 2 years ago
Unverified
8e652a88914c1f0d9e4c6c6cd480583d366b4ee4

update readme with devloop steps

rrachellerathbone committed 2 years ago
Verified
3c3ac1174c844200b2b25947a307418e6582a32d

Merge pull request #2 from atlassian/ARC-2001-initialise-python

rrachellerathbone committed 2 years ago
Unverified
405e6a02ce4b5469a4e839f887f0b78e21e9a95a

clean up ui styling to match other sample apps

rrachellerathbone committed 2 years ago
Unverified
9f080b2fdbb1eb37a9c1295266c64b170ec44fcc

docker working

rrachellerathbone committed 2 years ago

README

The README file for this repository.

[WIP] atlassian-connect-sample-app-python

NOTE: This repository is in progress and is not ready yet.

About

This repository contains a Flask starter for building an Atlassian Connect app. This app is aimed to help you to easily add your integration in Jira.

Table of Contents

Features

  • TBD

Getting started

Prequesites

To run the Python sample app you'll need to have to following installed:

  • Python 3
  • Docker

Once the pre-reqs have been met you simply need to:

  • create a .env file and add your NGROK_AUTHTOKEN. Create/log into your ngrok account and simply copy your token from the home page (found under 'Connect your account').
  • run docker-compose up. Once the docker finishes running, you can view the tunneled NGROK_URL in the logs. NGROK_URL in logs

Now that the sample up is up-and-running, you just need to navigate to your Jira instance (you can create one here if you don't already have one) and:

  • navigate to Apps in the navbar > Manage your apps
  • click Settings, check the box next to Enable development mode and click Apply
  • refresh the page
  • click Upload app, paste in <NGROK_URL>/atlassian-connect.json, and click Upload

Running your application

  • TBD

Testing

  • TBD

Getting help

  • TBD

License

The project is available as open source under the terms of the MIT License.