Search by Build

Entity Properties

The build to issue index is available as indexed issue entity properties that can be used in JQL when searching for issues, the following index attributes are available:

jenkinsTotal Number field containing the total number of unique jobs.

jenkinsBuildTotal Number field containing the total number of unique builds.

jenkinsWorstresult String field containing the worst job result. From worst to best, UNKNOWN, ABORTED, NOT_BUILT, FAILURE, UNSTABLE, SUCCESS.

jenkinsSuccess Number field containing the total number of unique jobs where the last build was successful.

jenkinsUnstable Number field containing the total number of unique jobs where the last build was unstable.

jenkinsFailure Number field containing the total number of unique jobs where the last build has failed.

jenkinsAborted Number field containing the total number of unique jobs where the last build was aborted.

jenkinsNotbuilt Number field containing the total number of unique jobs where the last build was not built.

jenkinsUnknown Number field containing the total number of unique jobs where the last build has an unknown result state.

jenkinsDeployTotal Number field containing the total number of deployment builds.

jenkinsDeployWorstresult String field containing the worst deployment result. From worst to best, UNKNOWN, ABORTED, NOT_BUILT, FAILURE, UNSTABLE, SUCCESS.

jenkinsDeploySuccess Number field containing the total number of deployments that where successful.

jenkinsDeployUnstable Number field containing the total number of deployments that where unstable.

jenkinsDeployFailure Number field containing the total number of deployments that where failed.

jenkinsDeployAborted Number field containing the total number of deployments that where aborted.

jenkinsDeployNotbuilt Number field containing the total number of deployments that where not built.

jenkinsDeployUnknown Number field containing the total number of deployments that have an unknown result state.


Previous: View Build Data
Next: Deployment Build Marker
Jenkins Integration for Jira

Didn’t find what you were looking for?