Skip to content

Commit 5e9b73f

Browse files
committed
add doc link "jql pagination"
1 parent 0dd0b77 commit 5e9b73f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)