1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-10 00:28:02 +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", Description: "Test Issue",
Type: jira.IssueType{ Type: jira.IssueType{
ID: "60", Name: "Bug",
}, },
Project: jira.Project{ Project: jira.Project{
Name: "PROJ1", Key: "PROJ1",
}, },
Summary: "Just a demo issue", Summary: "Just a demo issue",
}, },