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 ed5e81b commit 0b12436Copy full SHA for 0b12436
src/Sprint/SprintService.php
@@ -88,10 +88,13 @@ public function createSprint(Sprint $sprint): Sprint
88
}
89
90
/**
91
- * @param int $sprintId
+ * @param int $sprintId
92
* @param Sprint $sprint
93
- * @return bool
+ *
94
* @throws JiraException
95
96
+ * @return bool
97
98
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-post
99
*/
100
public function moveIssues2Sprint(int $sprintId, Sprint $sprint): bool
0 commit comments