Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add table to default description of a issue type?

Alex Chen
Contributor
March 20, 2022

I want something like below when I click on the create button

table.jpg

 

But in project setting, there's no way for me to add a table, even with below pattern, it's not working.

dtable.jpg

2 answers

2 votes
Svante Svante May 6, 2014

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

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2014

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.

Svante Svante April 30, 2014

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

Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2014

You'll have to look at the underlying servlet for that.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events