Project

General

Profile

Actions

Defect #17094

closed

"Not Found" Exception while trying to create new issue item in redmine

Added by Ajay Kumar about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

[Steps]
while trying to create new issue using the following code:

Issue issue = new Issue {
Tracker = new IdentifiableName{ Name = "Bug" },
Project = new IdentifiableName{ Id = projectId, Name = projectName }
};

RedmineManager manager = new RedmineManager( host, apiAccessKey );
manager.CreateObject( issue );

[Expected Output]
The issue should be added to the redmine database.

[Actual Result]
"Not Found" was Exception thrown
at Redmine.Net.Api.RedmineManager.HandleWebException(WebException exception, String method)
at Redmine.Net.Api.RedmineManager.ExecuteUpload[T](String address, String actionType, String data, String methodName)
at Redmine.Net.Api.RedmineManager.CreateObject[T](T obj, String ownerId)
at Redmine.Net.Api.RedmineManager.CreateObject[T](T obj)

[Versions]
Redmine 2.5.1
Redmine.net.dll 0.11.0.0

Actions #1

Updated by Go MAEDA about 11 years ago

It is better to contact the author of "Redmine.net.dll". It seems like not a problem of Redmine.

Actions #2

Updated by Jan Niggemann (redmine.org team member) about 11 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Please try without redmine.net.dll or contact its author

Actions

Also available in: Atom PDF