We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ba4d9 commit c681cc8Copy full SHA for c681cc8
src/Issue/IssueField.php
@@ -203,16 +203,12 @@ public function addLabel($label)
203
/** @var \JiraRestApi\Issue\Attachment[] */
204
public $attachments;
205
206
- /**
207
- * @param Timetracking $timetracking
208
- */
209
- public function setTimetracking($timetracking)
210
- {
211
- $this->timetracking = $timetracking;
212
- }
+ /** @var string */
+ public $aggregatetimespent;
213
214
- function __isset($name)
215
216
- return true;
217
+ public $timeestimate;
+
+ public $aggregatetimeoriginalestimate;
218
}
0 commit comments