-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create WorkItem with Author #54
Comments
Those are two different API's, the first one is the correct one. 403 effectively means forbidden, so may mean that the user you are creating a work item with has no permission to create a work item, or time tracking is not enabled. Note the work item should also have the correct work item type. Do you have some more information? What is the call you are making? Do you have time tracking enabled for the project? Check this unit test for an example: |
|
This is not possible yet. Author is always the user who is making the API call, the second API has not been implemented yet in YouTrackSharp (tracking issue #55) Worst case if you need it now you can call the API manualy, the
(and if you happen to go that route, a PR to resolve #55 is only a bit more work ;-)) |
When I try to create WorkItem with Author field I get an exception
I think it is because method CreateWorkItemForIssue in YouTrackSharp.TimeTracking.TimeTrackingService call
And in documentation api youtrack I see for this call that is has no author
I think it must be a call with author, described in
but I can't find it in YouTrackSharp
The text was updated successfully, but these errors were encountered: