2021-01-13 16:40:51 +03:00
|
|
|
# [](https://github.com/EpicMorg/atlassian-downloader/commits) [](https://github.com/EpicMorg/atlassian-downloader/issues) [](https://github.com/EpicMorg/atlassian-downloader/network) [](https://github.com/EpicMorg/atlassian-downloader/stargazers) [](https://github.com/EpicMorg/atlassian-downloader/archive/master.zip) [](https://github.com/EpicMorg/atlassian-downloader/releases) [](LICENSE.md) [](CHANGELOG.md)
|
|
|
|
|
|
|
|
# Atlassian Downloader
|
|
|
|
|
|
|
|
Simple script written with `c#` and `dotnet5` for downloadind all avalible products from `Atlassian`. Why not?
|
|
|
|
|
2021-01-13 16:49:41 +03:00
|
|
|

|
|
|
|
|
2021-01-13 16:41:54 +03:00
|
|
|
## Authors
|
|
|
|
* [@kasthack](https://github.com/kasthack) - core code
|
|
|
|
* [@stam](https://github.com/stamepicmorg) - edits
|
|
|
|
|
2021-01-13 16:40:51 +03:00
|
|
|
## Requerments
|
|
|
|
1. Preinstalled `dotnet5`. Download [here](https://dotnet.microsoft.com/download/dotnet/5.0).
|
2021-01-13 16:49:41 +03:00
|
|
|
2. Supported OS: `win32`, `win64`, `linux`, `macosx`
|
2021-01-13 16:40:51 +03:00
|
|
|
|
|
|
|
## How to
|
|
|
|
1. `git clone` this repo.
|
2021-01-13 16:49:41 +03:00
|
|
|
2. `cd` to `<repo>/src`.
|
2021-01-13 16:40:51 +03:00
|
|
|
3. execute `donten run` in `src` folder.
|
|
|
|
4. all data will be downloaded to `src/output` folder and subfolders
|
|
|
|
|
|
|
|
------
|
|
|
|
|
|
|
|
## Supported products:
|
|
|
|
|
|
|
|
### Current links
|
|
|
|
|
|
|
|
#### Bamboo
|
|
|
|
* https://my.atlassian.com/download/feeds/current/bamboo.json
|
|
|
|
|
|
|
|
#### Bitbucket (Stash)
|
|
|
|
* https://my.atlassian.com/download/feeds/current/stash.json
|
|
|
|
|
|
|
|
#### Confluence
|
|
|
|
* https://my.atlassian.com/download/feeds/current/confluence.json
|
|
|
|
|
|
|
|
#### Crowd
|
|
|
|
* https://my.atlassian.com/download/feeds/current/crowd.json
|
|
|
|
|
|
|
|
#### Crucible
|
|
|
|
* https://my.atlassian.com/download/feeds/current/crucible.json
|
|
|
|
|
|
|
|
#### FishEye
|
|
|
|
* https://my.atlassian.com/download/feeds/current/fisheye.json
|
|
|
|
|
|
|
|
#### Jira
|
|
|
|
* https://my.atlassian.com/download/feeds/current/jira-core.json
|
|
|
|
* https://my.atlassian.com/download/feeds/current/jira-software.json
|
|
|
|
* https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
|
|
|
|
|
|
|
|
|
|
|
### Archived links
|
|
|
|
|
|
|
|
#### Bamboo
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/bamboo.json
|
|
|
|
|
|
|
|
#### Bitbucket (Stash)
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/stash.json
|
|
|
|
|
|
|
|
#### Confluence
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/confluence.json
|
|
|
|
|
|
|
|
#### Crowd
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/crowd.json
|
|
|
|
|
|
|
|
#### Crucible
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/crucible.json
|
|
|
|
|
|
|
|
#### FishEye
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/fisheye.json
|
|
|
|
|
|
|
|
#### Jira
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/jira.json
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/jira-core.json
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/jira-software.json
|
|
|
|
* https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|