1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-27 00:21:07 +02:00

Merge pull request #74 from ypsman/fix-readme-example

Fixed create Example
This commit is contained in:
Andy Grunwald
2017-05-12 16:15:50 +02:00
committed by GitHub

View File

@ -169,10 +169,10 @@ func main() {
},
Description: "Test Issue",
Type: jira.IssueType{
ID: "60",
Name: "Bug",
},
Project: jira.Project{
Name: "PROJ1",
Key: "PROJ1",
},
Summary: "Just a demo issue",
},