java.lang.Object | ||
↳ | com.atlassian.jira.gadgets.system.AbstractResource | |
↳ | com.atlassian.jira.gadgets.system.IssueTableResource |
REST resource to retreive a pre-rendered issue table.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IssueTableResource.IssueTable |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROJECT_ID |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates and then creates an issue table based off a filter
| |||||||||||
Validates and then creates an issue table based the next unreleased version for a project
| |||||||||||
Validates the input for an issue table based off a filter
| |||||||||||
Validates the input for an issue table based the next unreleased version for a project
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Validates and then creates an issue table based off a filter
request | the current request. |
---|---|
context | the context which the table is being rendered. Used for getting default columns, and redirects |
filterId | the filter id of the filter to create the table for |
columnNames | the column names to display (this can be left blank to get the default columns) |
sortBy | The extra column to sort by with optional :ASC or :DESC suffix |
isPaging | Is paging enabled |
start | The issue to start from |
numberToShow | the number of issues to display per page |
enableSorting | enable sorting |
displayHeader | display the header? |
showActions | show the actions column |
addDefaults | add the default columns to the table |
IssueTableResource.IssueTable
containg the rendered html and other nice to
haves (counts, urls, titles) or a 400 containg a ErrorCollection
containg all validation errors
Validates and then creates an issue table based the next unreleased version for a project
request | the current request. |
---|---|
context | the context which the table is being rendered. Used for getting default columns, and redirects |
projectId | the project to get the next unreleased version for and base the table off |
completed | Whether to show completed or uncompleted issues |
columnNames | the column names to display (this can be left blank to get the default columns) |
sortBy | The extra column to sort by with optional :ASC or :DESC suffix |
isPaging | Is paging enabled |
start | The issue to start from |
numberToShow | the number of issues to display per page |
enableSorting | enable sorting |
displayHeader | display the header? |
showActions | show the actions column |
IssueTableResource.IssueTable
containg the rendered html and other nice to
haves (counts, urls, titles) or a 400 containg a ErrorCollection
containg all validation errors
Validates the input for an issue table based off a filter
filterId | the filter id of the filter to create the table for |
---|---|
columnNames | the column names to display (this can be left blank to get the default columns) |
numberToShow | the number of issues to display per page |
ErrorCollection
containg all validation errors
Validates the input for an issue table based the next unreleased version for a project
projectId | the project to get the next unreleased version for and base the table off |
---|---|
columnNames | the column names to display (this can be left blank to get the default columns) |
numberToShow | the number of issues to display per page |
ErrorCollection
containg all validation errors