|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page History| filter | string | A query to search for issues. You can also specify several queries. Results for these search filters will be returned in subsequent blocks, a list of issues per each filter. For example, if you specify:
{code}GET http://localhost:8081/rest/issue?filter=for%3A+me+%23Unresolved+%23Exception&filter=for%3A+me+%23Unresolved+%23Show-stopper{code} In the result xml the first block of issues will match the search query {{for:me #Unresolved #Exception}}, and after it, all issues that match the search query {{for:me #Unresolved #Show-stopper}}. {note}Please note, that all additional parameters described in this table ('with', 'max', and 'after') are applied to _all_ specified filters, and (if needed) should be provided after the filters.{note} |
{code}GET http://localhost:8081/rest/issue?filter=for%3A+me+%23Unresolved+%23Exception&filter=for%3A+me+%23Unresolved+%23Show-stopper{code} In the result xml the first block of issues will match the search query {{for:me #Unresolved #Exception}}, and after it, all issues that match the search query {{for:me #Unresolved #Show-stopper}}. {note}Please note, that all additional parameters described in this table ('with', 'max', and 'after') are applied to _all_ specified filters, and (if needed) should be provided after the filters.{note} |
| with | string | List of fields that should be included in the result. For example, the request {code}get /issue?with=comment&with=Priority{code} will return a list of issues only with these specific fields in the result. Other fields will not be included in the result {{xml}}.) |
| max | integer | Maximum number of issues to get. If not provided, only 10 issues will be returned by default. |
| after | integer | A number of issues to skip before getting a list of issues. That is, when you specify, for example, {{after=12}} in request, then in the response you will get all issues matching request but without first twelve issues found.|
| after | integer | A number of issues to skip before getting a list of issues. That is, when you specify, for example, {{after=12}} in request, then in the response you will get all issues matching request but without first twelve issues found.|