mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-25 21:28:55 +02:00
Switched Assignee also
This commit is contained in:
parent
c56dab9422
commit
c1432db690
@ -38,7 +38,7 @@ func main() {
|
|||||||
i := jira.Issue{
|
i := jira.Issue{
|
||||||
Fields: &jira.IssueFields{
|
Fields: &jira.IssueFields{
|
||||||
Assignee: &jira.User{
|
Assignee: &jira.User{
|
||||||
Name: "myuser",
|
AccountID: "my-user-account-id",
|
||||||
},
|
},
|
||||||
Reporter: &jira.User{
|
Reporter: &jira.User{
|
||||||
AccountID: "your-user-account-id",
|
AccountID: "your-user-account-id",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user