Redmine Client Library
LogTimeForIssue Method (projectId, issueId, description, timeSpent, date, activityId)
NamespacesNohal.RedmineRedmineLogTimeForIssue(Int32, Int32, String, Double, DateTime, Int32)
Redmine Client Library

[This is preliminary documentation and is subject to change.]

Logs time spent on an issue
Declaration Syntax
C#Visual BasicVisual C++
public void LogTimeForIssue(
	int projectId,
	int issueId,
	string description,
	double timeSpent,
	DateTime date,
	int activityId
)
Public Sub LogTimeForIssue ( _
	projectId As Integer, _
	issueId As Integer, _
	description As String, _
	timeSpent As Double, _
	date As DateTime, _
	activityId As Integer _
)
public:
void LogTimeForIssue(
	int projectId, 
	int issueId, 
	String^ description, 
	double timeSpent, 
	DateTime date, 
	int activityId
)
Parameters
projectId (Int32)
Project Id
issueId (Int32)
Issue Id
description (String)
Work description
timeSpent (Double)
Time spent on the issue
date (DateTime)
Date when the work was done
activityId (Int32)
Activity Id

Assembly: Nohal.Redmine (Module: Nohal.Redmine) Version: 0.3.3442.16736 (0.3.0.0)