Skip to content

Instantly share code, notes, and snippets.

@vane
Last active November 7, 2023 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vane/4143bd8dc99bf97036104a5628b9da21 to your computer and use it in GitHub Desktop.
Save vane/4143bd8dc99bf97036104a5628b9da21 to your computer and use it in GitHub Desktop.
jira plugin development
https://atlaskit.atlassian.com
JIRA API TOKEN with email https://id.atlassian.com/manage-profile/security/api-tokens
docker volume create --name jiraVolume
docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8090:8090 -e ATL_TOMCAT_PORT=8090 atlassian/jira-software
http://localhost:8090/plugins/servlet/restbrowser#/resource/api-2-project
https://developer.atlassian.com/cloud/jira/software/build-a-jira-app-using-a-framework/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment