See GitHub Releases
- Added a new column to display unclaimed tests
- Fixed a Null Pointer Exception when used with Build Failure Analyzer plugin 1.23.0 and later JENKINS-59204
- Added a link to the claimed test case in the claim mail when claiming a test JENKINS-42090
- Fixed a Jenkins deadlock on startup in specific configurations JENKINS-49038
- Groovy script is lost when upgrading the plugin JENKINS-49015
- Fixed obsolete data message following field removal
- Fixed claim message inversion between assignee and claimer
- Added an option to prevent autorefresh when claiming (Experimental)
- Allow propagating claims to following failed builds JENKINS-12437
- Use initial claim date for sticky/propagated claims JENKINS-48037
- Fixed a Null Pointer Exception when migrating old data JENKINS-18809
- Use a dedicated claim icon eveywhere JENKINS-6936
- Made Build-Failure-Analyzer description text appear on form display, and be readonly JENKINS-44066
- Render run description using the configured formatter in Claim Report screen JENKINS-42579
- Made claim colum icon-size aware
- Standardized claim messages & improved them (user link, use of display name)
- Removed Claim Report broken rss links
- Fixed a regression introduced in 2.10 preventing the plugin to start JENKINS-47972
- Fixed an arbitrary code execution vulnerability JENKINS-43811
- Added an option to sort users by their full name in the claim page JENKINS-47437
- Fixed an Index Out of Bounds Exception when claiming a test failure JENKINS-44024
- Fixed single quote failure introduced in 2.8 JENKINS-28722
- Removed unused json2.js JENKINS-33078
- Fix Class Cast Exception when claiming test JENKINS-33715
- Support new version of build failure plugin
- "Claim it" link for tests didn't work when BFA plugin isn't installed JENKINS-39538
- Claiming tests isn't compatible with Jenkins 2.0 pipelines JENKINS-39537
- Integrate Build-Failure-Analyzer Plugin JENKINS-28722
- Add support for workflow (use SimpleBuildStep) JENKINS-27206
- Fixed compatibility with Jenkins Core 1.577 and newer JENKINS-27091
- Claim stickiness default value is now a globally configurable JENKINS-27002
- Added support for running a global groovy script whenever a claim is changed
- You can now claim for other users than yourself JENKINS-7824
- Add support for hierarchical projects JENKINS-17734
- Added support for translations and added Chinese translation
- Added new icon to make claim plugin more visible
- All jobs are now visible in claim report JENKINS-16801
- Fixed HTML rendering issue introduced in 2.0 JENKINS-16766
- Store and display a date of when a claim was added.
Option to sticky claim test failures if the failure is "similiar"- Improved Matrix claim information
- Show user names in claims instead of ids.
- Support for claiming Matrix builds.
- Updated claim plugin to match updated Jenkins API
- Make sure that the claim plugin runs after all the other extensions that can change the build status run.