You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi. REST API returns user invalid error with some users when creating worklog
{
"errors": {
"worker": "User is invalid"
},
"errorMessages": [],
"reasons": [
"VALIDATION_FAILED"
]
}
Hi Gleb,
can you confirm that the REST API call is working for other users?
Can you please confirm which endpoint you are exactly using and how your payload looks like?
Thanks
Endpoint is /rest/tempo-timesheets/4/worklogs
Request is
{
"worker": "${usr}",
"comment": "${comment}",
"started": "${startFormatted}",
"endDate": "${endFormatted}",
"timeSpentSeconds": "${duration}",
"originTaskId":"${issue}",
"includeNonWorkingDays":"false",
"attributes" : {
"Worktype" : {
"value" : "${workType}"
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course. Looks normal
{
"worker": "glebk",
"comment": "Automated Log Work",
"started": "2020-10-20",
"endDate": "2020-10-20",
"timeSpentSeconds": "189",
"originTaskId":"SD-137148",
"includeNonWorkingDays":"false",
"attributes" : {
"_Видработ_" : {
"value" : "test"
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gleb,
have you confirmed the username/userkey against the Jira REST API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.