1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Fixed create Example

This commit is contained in:
ypsman
2017-05-11 20:39:10 +02:00
parent 52c37034b2
commit 0b329b1540

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