jira.JiraQueryTile
Display information from JIRA based on a JQL query.
Type hierarchy: jira.JiraQueryTile > xlrelease.Tile > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: JIRA query
Properties
Property | Kind | Description |
---|---|---|
width | Integer | Default width of this tile in number of dashboard columns it occupies |
height | Integer | Default height of this tile in number of dashboard rows it occupies |
row | Integer | Row number of this tile on the dashboard |
col | Integer | Column number of this tile on the dashboard |
variableMapping | Map | Variable Mapping |
title | String | Tile title |
jiraServer | jira.Server | JIRA server id to connect to |
username | String | Overrides the username used to connect to the server |
password | Password | Overrides the password used to connect to the server |
apiToken | Password | Overrides the API Token used to connect to the server |
query | String | Query in JQL (JIRA Query Language) |
width
Default width of this tile in number of dashboard columns it occupies
- Label: Width
- Kind: Integer
- Required: true
- Category: gridConfiguration
height
Default height of this tile in number of dashboard rows it occupies
- Label: Height
- Kind: Integer
- Required: true
- Category: gridConfiguration
row
Row number of this tile on the dashboard
- Label: Row
- Kind: Integer
- Required: true
- Category: gridConfiguration
col
Column number of this tile on the dashboard
- Label: Col
- Kind: Integer
- Required: true
- Category: gridConfiguration
variableMapping
Variable Mapping
- Label: Variable Mapping
- Kind: Map
- Required: true
title
Tile title
- Label: Title
- Kind: String
- Default value: JIRA issues
- Required: true
- Category: input
jiraServer
JIRA server id to connect to
- Label: Server
- Kind: jira.Server
- Required: true
- Category: input
- Reference type: jira.Server
username
Overrides the username used to connect to the server
- Label: Username
- Kind: String
- Required: false
- Category: input
password
Overrides the password used to connect to the server
- Label: Password
- Kind: Password
- Password: true
- Required: false
- Category: input
apiToken
Overrides the API Token used to connect to the server
- Label: Api Token
- Kind: Password
- Password: true
- Required: false
- Category: input
query
Query in JQL (JIRA Query Language)
- Label: Query
- Kind: String
- Size: LARGE
- Required: true
- Category: input
Hidden properties
Property | Kind | Description |
---|---|---|
description | String | Describes the functionality of this tile. |
configurationUri | String | URI of the HTML file to render the configuration mode of this tile |
defaultDashboards | List of string | Dashboards that contain this tile by default |
scriptLocation | String | Optional custom classpath location of the tile Jython script |
cacheEnabled | Boolean | True if tile data should be cached |
userSpecificCache | Boolean | True if tile data should be cached per user. |
expirationTime | Integer | Expiration time for a tile cache (in seconds). |
maxCacheEntries | Integer | Maximum cache entries. |
uri | String | URI of the HTML file to render the summary mode of this tile |
detailsUri | String | URI pointing to the HTML file to render when we are switching to details view |
embedded | Boolean | Render content inside the main page without using iframe element. |
supportedScopes | List of string | Determines on which levels the tile can be used. |
description
Describes the functionality of this tile.
- Key:
jira.JiraQueryTile.description
- Kind: String
- Size: MEDIUM
- Hidden: true
configurationUri
URI of the HTML file to render the configuration mode of this tile
- Key:
jira.JiraQueryTile.configurationUri
- Kind: String
- Hidden: true
defaultDashboards
Dashboards that contain this tile by default
- Key:
jira.JiraQueryTile.defaultDashboards
- Kind: List of string
- Hidden: true
scriptLocation
Optional custom classpath location of the tile Jython script
- Key:
jira.JiraQueryTile.scriptLocation
- Kind: String
- Hidden: true
cacheEnabled
True if tile data should be cached
- Key:
jira.JiraQueryTile.cacheEnabled
- Kind: Boolean
- Default value: true
- Category: cache
- Hidden: true
userSpecificCache
True if tile data should be cached per user.
- Key:
jira.JiraQueryTile.userSpecificCache
- Kind: Boolean
- Default value: false
- Category: cache
- Hidden: true
expirationTime
Expiration time for a tile cache (in seconds).
- Key:
jira.JiraQueryTile.expirationTime
- Kind: Integer
- Default value: 300
- Category: cache
- Hidden: true
maxCacheEntries
Maximum cache entries.
- Key:
jira.JiraQueryTile.maxCacheEntries
- Kind: Integer
- Default value: 500
- Category: cache
- Hidden: true
uri
URI of the HTML file to render the summary mode of this tile
- Key:
jira.JiraQueryTile.uri
- Kind: String
- Default value: include/JiraQueryTile/jira-query-summary-view.html
- Hidden: true
detailsUri
URI pointing to the HTML file to render when we are switching to details view
- Key:
jira.JiraQueryTile.detailsUri
- Kind: String
- Default value: include/JiraQueryTile/jira-query-details-view.html
- Hidden: true
embedded
Render content inside the main page without using iframe element.
- Key:
jira.JiraQueryTile.embedded
- Kind: Boolean
- Default value: true
- Hidden: true
supportedScopes
Determines on which levels the tile can be used.
- Key:
jira.JiraQueryTile.supportedScopes
- Kind: List of string
- Default value: [global, folder, release]
- Hidden: true