Skip to content

Commit

Permalink
add Support Fields to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jul 22, 2018
1 parent 5373c5f commit 035a10c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ $ cat ./testdata/example.csv | bbir \
--key="yourAPIKey" \
```

## Support Fields
- Summary (Required)
- Description
- StartDate
- DueDate
- EstimatedHours
- ActualHours
- IssueTypeName (Required)
- Category
- Version
- Milestone
- Priority
- Assignee
- ParentIssue
- CustomFields

## CSV Specification
Please refer to the example below:
- [example.csv](https://github.com/vvatanabe/backlog-bulk-issue-registration-cli/blob/master/testdata/example.csv)
Expand Down

0 comments on commit 035a10c

Please sign in to comment.