...
Argument | Description | Example |
---|---|---|
Project name | [Optional, default = ““] → Restrict the issues to a specific project |
|
Search offset | [Optional, default = 0] → Pagination parameter. Useful when your query matches too many issues |
|
Search limit | [Optional, default = 100] → Pagination parameter. You should never need to use this parameter, but it is required to use the Cache Control parameter |
|
Cache Control | [Optional, default = ““] Atlassian automatically saves the results of calling jql functions for 7 days, depending on arguments. Using this parameter to force a cache miss (eg: a timestamp, or a uuid) is the easiest way to get results up to date if you recently modified issue links to requirements. |
Find the first 100 issues containing requirement in all projects and force Atlassian to use the most up to date results |
...