Skip to content

Web Application for Creating User Stories on Taiga.io from Markdown Text.

Notifications You must be signed in to change notification settings

d-matsui/md2taiga

Repository files navigation

md2taiga

A web application for creating user stories on Taiga.io from markdown text

Getting Started

You can run this app in your local environment.

git clone git@github.com:d-matsui/md2taiga.git
cd md2taiga
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
source ./export.sh
python3 -m flask run

Test

python3 -m pytest -v

Examples of markdown text

You can add multiple subtasks for each user story.

Note that the level of the user story must be just one less than the level of the subtask.

# User Story Title
## Subtask Title
### Description of the subtask

### Definition of completion the subtask

### Demo

## Subtask Title
### Description of the subtask

### Definition of completion the subtask

### Demo

# User Story Title
## Subtask Title
### Description of the subtask

### Definition of completion the subtask

### Demo

## Subtask Title
### Description of the subtask

### Definition of completion the subtask

### Demo

You can specify the user story point as follows.

### User Story Title [Xpt]
#### Subtask Title
##### Description of the subtask

##### Definition of completion the subtask

##### Demo

You can overwrite the existing user story and task by specifying their id.

## #USID User Story Title [Xpt]
### #TASKID Subtask Title
#### Description of the subtask

#### Definition of completion the subtask

#### Demo

Screen-shots

md2taiga

md2taiga

About

Web Application for Creating User Stories on Taiga.io from Markdown Text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published