mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-28 21:15:28 +03:00
77 lines
3.4 KiB
Markdown
77 lines
3.4 KiB
Markdown
# [![Activity](https://img.shields.io/github/commit-activity/m/EpicMorg/atlassian-downloader?label=commits&style=flat-square)](https://github.com/EpicMorg/atlassian-downloader/commits) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/atlassian-downloader.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-downloader/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/atlassian-downloader.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-downloader/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/atlassian-downloader.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-downloader/stargazers) [![Size](https://img.shields.io/github/repo-size/EpicMorg/atlassian-downloader?label=size&style=flat-square)](https://github.com/EpicMorg/atlassian-downloader/archive/master.zip) [![Release](https://img.shields.io/github/v/release/EpicMorg/atlassian-downloader?style=flat-square)](https://github.com/EpicMorg/atlassian-downloader/releases) [![GitHub license](https://img.shields.io/github/license/EpicMorg/atlassian-downloader.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md)
|
|
|
|
# Atlassian Downloader
|
|
|
|
Simple script written with `c#` and `dotnet5` for downloadind all avalible products from `Atlassian`. Why not?
|
|
|
|
![Atlassian Downloader](https://rawcdn.githack.com/EpicMorg/atlassian-downloader/8fc9c772e9518a1cb23246ee8cc4cb8a58d9ff22/.github/screenshot-1.png)
|
|
|
|
## Authors
|
|
* [@kasthack](https://github.com/kasthack) - core code
|
|
* [@stam](https://github.com/stamepicmorg) - edits
|
|
|
|
## Requerments
|
|
1. Preinstalled `dotnet5`. Download [here](https://dotnet.microsoft.com/download/dotnet/5.0).
|
|
2. Supported OS: `win32`, `win64`, `linux`, `macosx`
|
|
|
|
## How to
|
|
1. `git clone` this repo.
|
|
2. `cd` to `<repo>/src`.
|
|
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 |