Jira SDK Plugin Development 1
Jira SDK Plugin Development 1
atlas-create-jira-plugin
atlas-create-jira-plugin-module
4. After running above command SDK itself will create one hello world
rest API call and it will ask for following details.
5. Users can change pom.xml file if we need to include or define
dependencies for our plugin code.
6. Also refer atlassian-plugin.xml file to describe behaviour of SDK
plugin. atlassian-plugin.xml file presents at src\main\resources.
7. To generate plugin jar file use following command:
atlas-package
8. To test Rest API call and SDK functionality locally run command
atlas-run. It will create a local jira instance and will install SDK plugin
automatically for testing purpose. Credentials – admin/admin