@@ -11,10 +11,11 @@ Getting Started
1111* Fork _ repository
1212* Keep it sync _'ed while you are developing
1313* Install pyenv _
14- * Install related atlassian product for testing through SDK _
15- * pip install -r requirements.txt
16- * Start up related product
17- - atlas-run-standalone _
14+ * Install related atlassian product for testing through SDK _ or use the cloud instance
15+ * ``pip install -r requirements-dev.txt ``
16+ * Start up related product:
17+ - Standalone product atlas-run-standalone _
18+ - For cloud product, just do registration
1819* Send pull request
1920
2021.. _Fork : https://help.github.com/articles/fork-a-repo/
@@ -57,7 +58,8 @@ All methods based on docs from: https://developer.atlassian.com/docs/
5758
5859* `Jira Server `_
5960* `Jira Cloud `_
60- * Confluence _
61+ * `Confluence Server `_
62+ * `Confluence Cloud `_
6163* `Jira Service Desk Server `_
6264* `Jira Service Desk Cloud `_
6365* `Portfolio for Jira `_
@@ -80,8 +82,9 @@ All methods based on docs from: https://developer.atlassian.com/docs/
8082 - https://confluence.atlassian.com/cloud/api-tokens-938839638.html
8183
8284.. _`Jira Server` : https://docs.atlassian.com/software/jira/docs/api/REST/latest
83- .. _Jira Cloud : https://developer.atlassian.com/cloud/jira/platform/rest/v3/
84- .. _Confluence : https://developer.atlassian.com/server/confluence/confluence-server-rest-api/
85+ .. _`Jira Cloud` : https://developer.atlassian.com/cloud/jira/platform/rest/v3/
86+ .. _`Confluence Server` : https://developer.atlassian.com/server/confluence/confluence-server-rest-api/
87+ .. _`Confluence Cloud` : https://developer.atlassian.com/cloud/confluence/rest/
8588.. _`Jira Service Desk Cloud` : https://developer.atlassian.com/cloud/jira/service-desk/rest/
8689.. _`Jira Service Desk Server` : https://docs.atlassian.com/jira-servicedesk/REST/server
8790.. _`Portfolio for Jira Teams` : https://docs.atlassian.com/portfolio-for-jira-server/REST/2.13.0/teams/
@@ -95,8 +98,9 @@ In addition to all the contributors we would like to thank to these companies:
9598* Atlassian _ for developing such a powerful ecosystem.
9699* JetBrains _ for providing us with free licenses of PyCharm _
97100* Travis _ for hosting our continuous integration
98-
101+ * Insomnia _ for providing the human rest client easy to test the methods
99102.. _Atlassian : https://www.atlassian.com/
100103.. _JetBrains : http://www.jetbrains.com
101104.. _PyCharm : http://www.jetbrains.com/pycharm/
102105.. _Travis : https://travis-ci.org/
106+ .. _Insomnia : https://insomnia.rest/
0 commit comments