You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -726,12 +726,12 @@ The following sets of tools are available:
726
726
-**issue_read** - Get issue details
727
727
-`issue_number`: The number of the issue (number, required)
728
728
-`method`: The read operation to perform on a single issue.
729
-
Options are:
730
-
1. get - Get details of a specific issue.
731
-
2. get_comments - Get issue comments.
732
-
3. get_sub_issues - Get sub-issues of the issue.
733
-
4. get_labels - Get labels assigned to the issue.
734
-
(string, required)
729
+
Options are:
730
+
1. get - Get details of a specific issue.
731
+
2. get_comments - Get issue comments.
732
+
3. get_sub_issues - Get sub-issues of the issue.
733
+
4. get_labels - Get labels assigned to the issue.
734
+
(string, required)
735
735
-`owner`: The owner of the repository (string, required)
736
736
-`page`: Page number for pagination (min 1) (number, optional)
737
737
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
@@ -744,10 +744,10 @@ Options are:
744
744
-`issue_number`: Issue number to update (number, optional)
745
745
-`labels`: Labels to apply to this issue (string[], optional)
746
746
-`method`: Write operation to perform on a single issue.
747
-
Options are:
748
-
- 'create' - creates a new issue.
749
-
- 'update' - updates an existing issue.
750
-
(string, required)
747
+
Options are:
748
+
- 'create' - creates a new issue.
749
+
- 'update' - updates an existing issue.
750
+
(string, required)
751
751
-`milestone`: Milestone number (number, optional)
752
752
-`owner`: Repository owner (string, required)
753
753
-`repo`: Repository name (string, required)
@@ -784,11 +784,11 @@ Options are:
784
784
-`before_id`: The ID of the sub-issue to be prioritized before (either after_id OR before_id should be specified) (number, optional)
785
785
-`issue_number`: The number of the parent issue (number, required)
786
786
-`method`: The action to perform on a single sub-issue
787
-
Options are:
788
-
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
789
-
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
790
-
- 'reprioritize' - change the order of sub-issues within a parent issue in a GitHub repository. Use either 'after_id' or 'before_id' to specify the new position.
791
-
(string, required)
787
+
Options are:
788
+
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
789
+
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
790
+
- 'reprioritize' - change the order of sub-issues within a parent issue in a GitHub repository. Use either 'after_id' or 'before_id' to specify the new position.
791
+
(string, required)
792
792
-`owner`: Repository owner (string, required)
793
793
-`replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
0 commit comments