You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# time_entry (required): a hash of the time entry attributes, including:
629
+
# issue_id or project_id (only one is required): the issue id or project id to log time on (both are integers); note that project ids can only be found using the API (e.g. at /projects.json)
630
+
# spent_on: the date the time was spent (default to the current date); format is e.g. 2020-12-24
631
+
# hours (required): the number of spent hours
632
+
# activity_id: the id of the time activity. This parameter is required unless a default activity is defined in Redmine.
633
+
# comments: short description for the entry (255 characters max)
634
+
# user_id: user id to be specified in need of posting time on behalf of another user
635
+
time_entry= {
636
+
'time_entry': {
637
+
'issue_id': ticket_id,
638
+
# 'spent_on': "2020-12-24", # (default to the current date)
0 commit comments