Worklog Functions
Worklog Functions
This section contains functions that enable users to handle worklogs.
Functions Summary
- removeWorklogExistingEstimate — Removes the worklog and keeps Remaining time the same.
- removeWorklogAdjustEstimate — Removes the worklog and the Remaining will be increased by the time from the worklog.
- addWorklogAdjustEstimate — Adds worklog. The remaining time is reduced by the amount of work done, but never below 0.
- addWorklogExistingEstimate — Adds worklog and keeps remaining time the same.
- addWorklogReduceEstimateBy — Adds worklog and the remaining time will be reduced by the value of reduceBY, but never below 0.
- addWorklogSetEstimateTo — Adds worklog and sets remaining time to the value of setTo.
- getTimeSpent — Gets the time spent (logged) on an issue by a certain user or group.
- getWorkingDaysPerWeek — Gets the number of working days per week as configured in Jira.
- getWorkingHoursPerDay — Gets the number of working hours per day as configured in Jira.
- getWorkingInterval — Returns the number of working hours from a time interval.
- getWorklogAuthor — Returns the author of a worklog.
- getWorklogComment — Returns the comment associated with the worklog.
- getWorklogCreatedDate — Returns the created date of a worklog.
- getWorklogIds — Returns an array with the ids of the worklogs for the specified date and issue.
- getWorklogIdsForUser — Returns an array with the ids of the worklogs for the specified user and issue.
- getWorklogLoggedHours — Returns the logged hours for a worklog.
- getWorklogsForIssues — Returns an array with the worklogs for the specified list of issues, and if exists for given user also.
- getWorklogStartDate — Returns the start date of a worklog.
- getWorklogUpdateAuthor — Returns the author who last updated the worklog.
- getWorklogUpdatedDate — Returns the last date when the worklog was updated.
- removeWorklogIncreaseEstimateBy — Removes the worklog and the Remaining time will be increased by the value of increaseBy.
- removeWorklogSetEstimateTo — Removes the worklog and sets Remaining time to the value of setTo.
- updateWorklogAdjustEstimate — Updates the worklog and the Remaining time will be adjusted with the value of interval, but never below 0.
- updateWorklogExistingEstimate — Updates the worklog and keeps the same Remaining time.
- updateWorklogSetEstimateTo — Updates the worklog and keeps the same Remaining time.
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.