Class WorklogSystemField

All Implemented Interfaces:
ExportableSystemField, Field, HideableField, OrderableField<WorklogSystemField.WorklogValue>, RenderableField, RequirableField, RestAwareField, RestFieldOperations, SearchableField, Comparable

A field representation of logging work.

This allows JIRA administrators to place the "Log Work" field on screens. This means that JIRA users can now log work whilst creating, editing or transitioning issues. The field works in a similar way to the CommentSystemField in that while it implements the "getEditHtml" method, previously entered work logs cannot be edited. In effect, the only functionality available is to "add" more work logs.

The WorklogService is used to do the hard work of validating and creating the work logs from user input.

Since:
v4.2
See Also: