Uses of Interface
com.atlassian.jira.issue.worklog.Worklog
Packages that use Worklog
Package
Description
-
Uses of Worklog in com.atlassian.jira.bc.issue.worklog
Methods in com.atlassian.jira.bc.issue.worklog that return WorklogModifier and TypeMethodDescriptionprotected WorklogDefaultWorklogService.create(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, Long newEstimate, boolean dispatchEvent) DefaultWorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) WorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) DefaultWorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) WorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) DefaultWorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, WorklogAdjustmentAmountResult worklogResult, boolean dispatchEvent) WorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, WorklogAdjustmentAmountResult worklogAdjustmentAmount, boolean dispatchEvent) DefaultWorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogResult, boolean dispatchEvent) WorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent) DefaultWorklogService.getById(JiraServiceContext jiraServiceContext, Long id) WorklogService.getById(JiraServiceContext jiraServiceContext, Long id) Used to get a worklog by its id.WorklogResult.getWorklog()protected WorklogDefaultWorklogService.update(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, Long newEstimate, boolean dispatchEvent) DefaultWorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) WorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) Updates the providedWorklog.DefaultWorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) WorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent) Updates the providedWorklog.DefaultWorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogResult, boolean dispatchEvent) WorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent) Updates the providedWorklog.protected WorklogDefaultWorklogService.validateParamsAndCreateWorklog(JiraServiceContext jiraServiceContext, Issue issue, ApplicationUser author, Visibility visibility, String timeSpent, Date startDate, Long worklogId, String comment, Date created, Date updated, ApplicationUser updateAuthor, String errorFieldPrefix) Methods in com.atlassian.jira.bc.issue.worklog that return types with arguments of type WorklogModifier and TypeMethodDescriptionDefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue) DefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) DefaultWorklogService.getByIssueVisibleToUser(CommentSearchParameters parameters) WorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue) Returns all child worklogs of a specified issue that the provided user has permission to see.WorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) Returns a PagedList over all all child worklogs of a specified issue that the provided user has permission to see.WorklogService.getByIssueVisibleToUser(CommentSearchParameters parameters) Returns child worklogs filtered accordingCommentSearchParametersto parameters.DefaultWorklogService.getWorklogsForIds(JiraServiceContext jiraServiceContext, Set<Long> idsOfWorklogs) WorklogService.getWorklogsForIds(JiraServiceContext jiraServiceContext, Set<Long> idsOfWorklogs) Returns a set of worklogs for provided ids.DefaultWorklogService.getWorklogsUpdatedSince(ApplicationUser user, Long sinceInMilliseconds) WorklogService.getWorklogsUpdatedSince(ApplicationUser user, Long sinceInMilliseconds) Returns a list of worklogs visible by the calling user, which were modified since time provided in .Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogModifier and TypeMethodDescriptionstatic WorklogResultstatic WorklogResultWorklogResultFactory.createAdjustmentAmount(Worklog worklog, Long adjustmentAmount) Used for creatingWorklogResultobjects that also capture aadjustmentAmountto be set.WorklogResultFactory.createAdjustmentAmount(Worklog worklog, Long adjustmentAmount, boolean isEditableCheckRequired) Used for creatingWorklogResultobjects that also capture aadjustmentAmountto be set.static WorklogNewEstimateResultWorklogResultFactory.createNewEstimate(Worklog worklog, Long newEstimate) Used for creatingWorklogResultobjects that also capture anewEstimateto be set.static WorklogNewEstimateResultWorklogResultFactory.createNewEstimate(Worklog worklog, Long newEstimate, boolean isEditableCheckRequired) Used for creatingWorklogResultobjects that also capture anewEstimateto be set.protected booleanDefaultWorklogService.hasDeleteOwnPermission(ApplicationUser user, Worklog worklog) protected booleanDefaultWorklogService.hasEditOwnPermission(ApplicationUser user, Worklog worklog) booleanDefaultWorklogService.hasPermissionToDelete(JiraServiceContext jiraServiceContext, Worklog worklog) booleanWorklogService.hasPermissionToDelete(JiraServiceContext jiraServiceContext, Worklog worklog) Determine whether the current user has the permission to delete the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.booleanDefaultWorklogService.hasPermissionToUpdate(JiraServiceContext jiraServiceContext, Worklog worklog) booleanWorklogService.hasPermissionToUpdate(JiraServiceContext jiraServiceContext, Worklog worklog) Determine whether the current user has the permission to update the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.protected booleanDefaultWorklogService.isSameAuthor(ApplicationUser user, Worklog worklog) -
Uses of Worklog in com.atlassian.jira.dev.reference.plugin.extractor
Method parameters in com.atlassian.jira.dev.reference.plugin.extractor with type arguments of type WorklogModifier and TypeMethodDescriptionvoidReferenceWorkLogIndexExtractor.indexEntity(EntityIndexExtractor.Context<Worklog> ctx, FieldValueCollector collector) -
Uses of Worklog in com.atlassian.jira.entity
Methods in com.atlassian.jira.entity that return WorklogModifier and TypeMethodDescriptionWorklogEntityFactory.build(org.ofbiz.core.entity.GenericValue gv) Methods in com.atlassian.jira.entity with parameters of type Worklog -
Uses of Worklog in com.atlassian.jira.event.issue
Methods in com.atlassian.jira.event.issue that return WorklogMethods in com.atlassian.jira.event.issue with parameters of type WorklogModifier and TypeMethodDescriptionvoidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) voidIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEvent.setWorklog(Worklog worklog) Constructors in com.atlassian.jira.event.issue with parameters of type WorklogModifierConstructorDescriptionIssueEvent(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId) Create a new IssueEvent with a given list of parameters.IssueEvent(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail) Create a new IssueEvent with a given list of parameters.IssueEvent(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated) IssueEvent(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated, SpanningOperation spanningOperation) Create a new IssueEvent with a given list of parameters. -
Uses of Worklog in com.atlassian.jira.event.worklog
Methods in com.atlassian.jira.event.worklog that return WorklogConstructors in com.atlassian.jira.event.worklog with parameters of type WorklogModifierConstructorDescriptionprotectedAbstractWorklogEvent(Worklog worklog) WorklogCreatedEvent(Worklog worklog) WorklogDeletedEvent(Worklog worklog) WorklogUpdatedEvent(Worklog worklog) -
Uses of Worklog in com.atlassian.jira.issue.fields.rest.json
Methods in com.atlassian.jira.issue.fields.rest.json with parameters of type WorklogModifier and TypeMethodDescriptionDefaultWorklogBeanFactory.createBean(Worklog worklog, ApplicationUser loggedInUser) WorklogBeanFactory.createBean(Worklog worklog, ApplicationUser loggedInUser) Generate a bean suitable for serialisation by Jackson into JSON.Method parameters in com.atlassian.jira.issue.fields.rest.json with type arguments of type WorklogModifier and TypeMethodDescriptionDefaultWorklogBeanFactory.createBeans(Iterable<Worklog> worklogs, ApplicationUser loggedInUser) WorklogBeanFactory.createBeans(Iterable<Worklog> worklogs, ApplicationUser loggedInUser) Generate beans suitable for serialisation by Jackson into JSON. -
Uses of Worklog in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type WorklogModifier and TypeMethodDescriptionstatic WorklogJsonBeanWorklogJsonBean.getRenderedWorklog(Worklog log, JiraBaseUrls baseUrls, String rendererType, IssueRenderContext renderContext) Deprecated.static WorklogJsonBeanWorklogJsonBean.getRenderedWorklog(Worklog log, JiraBaseUrls baseUrls, String rendererType, IssueRenderContext renderContext, ApplicationUser loggedInUser, EmailFormatter emailFormatter) static WorklogJsonBeanWorklogJsonBean.getWorklog(Worklog log, JiraBaseUrls baseUrls, UserManager userManager, TimeTrackingConfiguration timeTrackingConfiguration) Deprecated.static WorklogJsonBeanWorklogJsonBean.getWorklog(Worklog log, JiraBaseUrls baseUrls, UserManager userManager, TimeTrackingConfiguration timeTrackingConfiguration, ApplicationUser loggedInUser, EmailFormatter emailFormatter) Deprecated.Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type WorklogModifier and TypeMethodDescriptionstatic List<WorklogJsonBean> WorklogJsonBean.asBeans(List<Worklog> worklogs, JiraBaseUrls uriInfo, UserManager userManager, TimeTrackingConfiguration timeTrackingConfiguration) Deprecated.static List<WorklogJsonBean> WorklogJsonBean.asBeans(List<Worklog> worklogs, JiraBaseUrls uriInfo, UserManager userManager, TimeTrackingConfiguration timeTrackingConfiguration, ApplicationUser loggedInUser, EmailFormatter emailFormatter) Deprecated.static List<WorklogJsonBean> WorklogJsonBean.asRenderedBeans(List<Worklog> worklogs, JiraBaseUrls uriInfo, String rendererType, IssueRenderContext renderContext) Deprecated.static List<WorklogJsonBean> WorklogJsonBean.asRenderedBeans(List<Worklog> worklogs, JiraBaseUrls uriInfo, String rendererType, IssueRenderContext renderContext, ApplicationUser loggedInUser, EmailFormatter emailFormatter) -
Uses of Worklog in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return types with arguments of type WorklogModifier and TypeMethodDescriptionDefaultWorklogRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultIssueIndexer.WorklogRetriever.retrieveById(Long worklogId) DefaultWorklogRetriever.retrieveById(Long worklogId) Methods in com.atlassian.jira.issue.index with parameters of type WorklogModifier and TypeMethodDescriptionorg.apache.lucene.index.TermDefaultWorklogDocumentFactory.getIdentifyingTerm(Worklog worklog) Method parameters in com.atlassian.jira.issue.index with type arguments of type WorklogModifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document> DefaultWorklogDocumentFactory.createDocument(EntityWithVersion<Worklog> worklogWithVersion) DefaultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context) IssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs) Deprecated.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs) Reindexes a collection of worklogs.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Reindexes a collection of worklogs.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Reindexes a collection of worklogs.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection)instead.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context)instead.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context, boolean)instead.DefaultIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated, for removal: This API element is subject to removal in a future version.voidIndexManagerBase.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated.voidInternalIndexingService.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated.Reindexes worklogs on multiple threads.IssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Reindex a collection of issue worklogs on multiple threads. -
Uses of Worklog in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search with parameters of type WorklogModifier and TypeMethodDescriptionstatic StringDocumentTypes.worklogDocId(Worklog worklog) Returns the document ID for a worklog in the following format: issue/{issueId}/worklogs/{worklogId}. -
Uses of Worklog in com.atlassian.jira.issue.tabpanels
Methods in com.atlassian.jira.issue.tabpanels that return WorklogConstructors in com.atlassian.jira.issue.tabpanels with parameters of type WorklogModifierConstructorDescriptionWorklogAction(IssueTabPanelModuleDescriptor descriptor, Worklog worklog, JiraDurationUtils jiraDurationUtils, boolean canEditWorklog, boolean canDeleteWorklog, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, Locale locale, UserFormats userFormats, DateTimeFormatter dateTimeFormatter) -
Uses of Worklog in com.atlassian.jira.issue.util
Methods in com.atlassian.jira.issue.util that return WorklogMethods in com.atlassian.jira.issue.util with parameters of type Worklog -
Uses of Worklog in com.atlassian.jira.issue.worklog
Classes in com.atlassian.jira.issue.worklog that implement WorklogModifier and TypeClassDescriptionclassRepresents an issue worklog.classRepresents an issue worklog.Methods in com.atlassian.jira.issue.worklog that return WorklogModifier and TypeMethodDescriptionWorklogDTOToWorklogConverter.convert(WorklogDTO worklogDTO) Note: for the optimal performanceWorklogDTOs for subsequent calls should be sorted by the id of the issue they belong toDefaultWorklogManager.create(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) WorklogManager.create(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Creates a worklog based on the passed inWorklogobject and associates it with the given issue.Creates a new worklog in the data store based on the values in the passed in Worklog object.QueryDSLWorklogFactory.createWorklog(Issue issue, com.querydsl.core.Tuple tuple) QueryDSLWorklogFactory.createWorklog(com.querydsl.core.Tuple tuple) QueryDSLWorklogFactory.createWorklogWithAliasedIdColumn(com.querydsl.core.Tuple tuple) Used to get a worklog by its id.Returns a worklog specified by it's idDefaultWorklogManager.update(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) WorklogManager.update(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Updates the providedWorklog.Updates fields of an existing worklog in the datastore (identified by its id) with the supplied worklog.Methods in com.atlassian.jira.issue.worklog that return types with arguments of type WorklogModifier and TypeMethodDescriptionDatabaseWorklogStore.getByIssue(Issue issue) DefaultWorklogManager.getByIssue(Issue issue) DefaultWorklogManager.getByIssue(Issue issue, int pageSize) WorklogManager.getByIssue(Issue issue) Returns all child worklogs of a specified issueWorklogManager.getByIssue(Issue issue, int pageSize) Returns all child worklogs of a specified issue, in a PagedListWorklogStore.getByIssue(Issue issue) Returns all child worklogs of a specified issueDatabaseWorklogStore.getWorklogsForIds(Set<Long> worklogIds, int maxResults) DefaultWorklogManager.getWorklogsForIds(Set<Long> idsOfWorklogs) WorklogManager.getWorklogsForIds(Set<Long> idsOfWorklogs) Returns a set of worklogs for provided ids.WorklogStore.getWorklogsForIds(Set<Long> worklogIds, int maxResults) Returns a set of worklogs for provided ids.DefaultWorklogManager.getWorklogsUpdatedSince(Long sinceInMilliseconds) WorklogManager.getWorklogsUpdatedSince(Long sinceInMilliseconds) ReturnsWorklogManager.WORKLOG_UPDATE_DATA_PAGE_SIZEof worklogs, which were updated or created after (inclusive) provided time in milliseconds.DatabaseWorklogStore.getWorklogsUpdateSince(Long sinceInMiliseconds, int maxResults) WorklogStore.getWorklogsUpdateSince(Long sinceInMilliseconds, int maxResults) Returns of worklogs, which were updated or created after (inclusive) provided time in milliseconds.Methods in com.atlassian.jira.issue.worklog with parameters of type WorklogModifier and TypeMethodDescriptionDefaultWorklogManager.create(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) WorklogManager.create(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Creates a worklog based on the passed inWorklogobject and associates it with the given issue.Creates a new worklog in the data store based on the values in the passed in Worklog object.booleanDefaultWorklogManager.delete(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) booleanWorklogManager.delete(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.DefaultWorklogManager.update(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) WorklogManager.update(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Updates the providedWorklog.Updates fields of an existing worklog in the datastore (identified by its id) with the supplied worklog.voidDefaultTimeTrackingIssueUpdater.updateIssueOnWorklogCreate(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) voidTimeTrackingIssueUpdater.updateIssueOnWorklogCreate(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Will set thegetIssue()'s remaining estimate to the newEstimate and will increment the issues time spent by thegetTimeSpent().voidDefaultTimeTrackingIssueUpdater.updateIssueOnWorklogDelete(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) voidTimeTrackingIssueUpdater.updateIssueOnWorklogDelete(ApplicationUser user, Worklog worklog, Long newEstimate, boolean dispatchEvent) Will set thegetIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by thegetTimeSpent().voidDefaultTimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(ApplicationUser user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent) voidTimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(ApplicationUser user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent) Will set thegetIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the originalTimeSpent and then increment it by thegetTimeSpent(). -
Uses of Worklog in com.atlassian.jira.mail
Methods in com.atlassian.jira.mail with parameters of type WorklogModifier and TypeMethodDescriptionIssueTemplateContext.getTimeLogged(Worklog worklog, I18nHelper i18n) This is retrieved when the template is being generated so as it is properly formatted for the recipient. -
Uses of Worklog in com.atlassian.jira.mock.issue.index
Method parameters in com.atlassian.jira.mock.issue.index with type arguments of type WorklogModifier and TypeMethodDescriptionMockIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) MockIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) -
Uses of Worklog in com.atlassian.jira.plugins.webhooks.serializer.worklog
Methods in com.atlassian.jira.plugins.webhooks.serializer.worklog with parameters of type Worklog -
Uses of Worklog in com.atlassian.jira.rest.v2.issue.worklog
Methods in com.atlassian.jira.rest.v2.issue.worklog that return WorklogModifier and TypeMethodDescriptionabstract WorklogWorklogOperation.validateAndPerformAndAutoAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.validateAndPerformAndLeaveEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.validateAndPerformAndManualAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.validateAndPerformAndSetNewEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) Methods in com.atlassian.jira.rest.v2.issue.worklog that return types with arguments of type Worklog -
Uses of Worklog in com.atlassian.jira.search.issue.index
Methods in com.atlassian.jira.search.issue.index that return types with arguments of type WorklogModifier and TypeMethodDescriptionRetrieves worklogs for the given issue.WorklogRetriever.retrieveById(Long worklogId) Retrieves the worklog for the given worklog ID.Methods in com.atlassian.jira.search.issue.index with parameters of type WorklogModifier and TypeMethodDescriptionDefaultIssuesIndexRequestFactory.worklogIndexRequest(Worklog worklog) DefaultIssuesIndexRequestFactory.worklogIndexRequest(Worklog worklog, boolean incrementVersion) IssuesIndexRequestFactory.worklogIndexRequest(Worklog worklog) Creates an index request for the given worklog.IssuesIndexRequestFactory.worklogIndexRequest(Worklog worklog, boolean incrementVersion) Creates an index request for the given worklog, with an option to increment the entity version. -
Uses of Worklog in com.atlassian.jira.search.issue.index.indexers
Method parameters in com.atlassian.jira.search.issue.index.indexers with type arguments of type WorklogModifier and TypeMethodDescriptionvoidDefaultWorkLogIndexExtractor.indexEntity(EntityIndexExtractor.Context<Worklog> ctx, FieldValueCollector collector) -
Uses of Worklog in com.atlassian.jira.search.opensearch
Method parameters in com.atlassian.jira.search.opensearch with type arguments of type WorklogModifier and TypeMethodDescriptionOpenSearchIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) longOpenSearchIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs) longOpenSearchIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context) longOpenSearchIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) voidOpenSearchJiraIndexManager.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated. -
Uses of Worklog in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return WorklogModifier and TypeMethodDescriptionCreateWorklog.getWorklog()Returns the worklog createdDeleteWorklog.getWorklog()Returns the worklog being deletedUpdateWorklog.getWorklog()Returns the worklog updated -
Uses of Worklog in com.codebarrel.jira.transform
Methods in com.codebarrel.jira.transform with parameters of type WorklogModifier and TypeMethodDescription