Releases: everit-org/jira-worklog-query-plugin
Releases · everit-org/jira-worklog-query-plugin
v2.1.0: Release Notes:
Release Notes:
- Impovement:
- Added jira-querydsl-support.
- Bugfix:
- Fixed updatedWorklogs error.
v1.3.0: Release Notes:
Release Notes:
- Impovement:
- Added jira-querydsl-support.
- Bugfix:
- Fixed updatedWorklogs error.
v2.0.2: Release notes:
Release notes:
- Bugfix: findUpdatedWorklogs return value double wrapped.
- Bugfix: worklogsByIssues missing issues values.
v1.2.2: Release notes:
Release notes:
- Bugfix: findUpdatedWorklogs return value double wrapped.
v2.0.1: Release notes:
Release notes:
- Bugfix: atlassian-plugin key fixed
v2.0.0: Release notes:
Release notes:
- added support for JIRA 7 (#22)
- version number in the REST URL changed (#17), check the Wiki page for more information: https://github.com/everit-org/jira-worklog-query-plugin/wiki/REST-API-verison
v1.2.1: Release version 1.2.1
Bugfix:
- sometimes wrong startTime in worklogs result based on timezone
v1.2.0: Performance improvements and additional optional fields in response
Improvements (/find/worklogs):
- new optional parameter called "fields" which defines additional fields to return. Available fields are: comment, updated.
- querying worklogs now performed by plain sql search
- minor performance improvements
New features (/find/worklogsByIssues):
- summarize the worked seconds by issues between the given dates, for the given user(s)
- the returned issues can be filtered by a jql expression
- additional fields can be added by the "fields" parameter, just like in the jira api
v1.1.1
Bugfix:
- Fixed an issue where the JSON response contained the userkey instead of the username.
v1.1.0
New feature
- Querying worklogs modified during an interval.