File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ $iss = new IssueService(new ArrayConfiguration(
109109- [ Add comment] ( #add-comment )
110110- [ Perform a transition on an issue] ( #perform-a-transition-on-an-issue )
111111- [ Perform an advanced search, using the JQL] ( #perform-an-advanced-search )
112+ - [ Simple JQL] ( #simple-query )
113+ - [ JQL With pagination] ( #jql-with-pagination )
112114- [ Issue time tracking] ( #issue-time-tracking )
113115- [ Add worklog in Issue] ( #add-worklog-in-issue )
114116- [ Edit worklog in Issue] ( #edit-worklog-in-issue )
@@ -629,7 +631,7 @@ try {
629631
630632#### Perform an advanced search
631633
632- ** Simple Query**
634+ ##### Simple Query
633635
634636``` php
635637<?php
@@ -650,9 +652,7 @@ try {
650652}
651653```
652654
653-
654-
655- ** JQL with pagination**
655+ ##### JQL with pagination
656656
657657``` php
658658<?php
You can’t perform that action at this time.
0 commit comments