I want something like below when I click on the create button
But in project setting, there's no way for me to add a table, even with below pattern, it's not working.
The parameter I was looking for is: pager/start. So the example from above would be:
https://sso.xxx.de/bctbt/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+in+%28xxx%2C+yyy%29&tempMax=100&pager/start=200
JIRA's REST API for the seach has a startAt (https://docs.atlassian.com/software/jira/docs/api/REST/latest/#d2e5003) which is what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Timothy, thanks for your answer. And yes, that is the parameter I'm looking for. I didn't play around with the REST API yet, but probably have to, since the parameter seems to be not available as URL parameter like in
https://sso.xxx.de/bctbt/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+in+%28xxx%2C+yyy%29&tempMax=100&startAt=50
Or is it only named differently?
Regards Svante
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll have to look at the underlying servlet for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.