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:
commit
c8c6680f24
@ -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",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user