Skip to content

shanonvl/atlassian-connect-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atlassian-connect-helloworld

Functional "Getting Started" example from the Atlassian website

Dependencies

  • nodejs / npm 0.10+

  • Atlassian SDK

    Homebrew: brew tap atlassian/tap && brew install atlassian/tap/atlassian-connect-sdk

Install

  1. Clone this repository

    git clone https://shanonvl/atlassian-connect-helloworld

  2. Pull dependencies

    npm install

Usage

  1. Start a local cloud instance of JIRA

    atlas-run-standalone --product jira --version 6.3-OD-08-005-WN --bundled-plugins com.atlassian.plugins:atlassian-connect-plugin:1.1.0-rc.3,com.atlassian.jwt:jwt-plugin:1.1.0,com.atlassian.bundles:json-schema-validator-atlassian-bundle:1.0.4,com.atlassian.upm:atlassian-universal-plugin-manager-plugin:2.17.2,com.atlassian.webhooks:atlassian-webhooks-plugin:1.0.6 --jvmargs -Datlassian.upm.on.demand=true

  2. Start the local web server:

    ./http-server.sh [-p PORT]

  3. Browse to your local JIRA: http://localhost:2990/jira/

  4. Login with admin/admin

About

Hello World example for Atlassian Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published