1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-07 23:01:48 +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
commit c8c6680f24

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",
},