Skip to content

Releases: everit-org/jira-worklog-query-plugin

v2.1.0:

12 Apr 14:17
Compare
Choose a tag to compare

Release Notes:

  • Impovement:
    • Added jira-querydsl-support.
  • Bugfix:
    • Fixed updatedWorklogs error.

v1.3.0:

12 Apr 14:14
Compare
Choose a tag to compare

Release Notes:

  • Impovement:
    • Added jira-querydsl-support.
  • Bugfix:
    • Fixed updatedWorklogs error.

v2.0.2:

23 Feb 12:14
Compare
Choose a tag to compare

Release notes:

  • Bugfix: findUpdatedWorklogs return value double wrapped.
  • Bugfix: worklogsByIssues missing issues values.

v1.2.2: Release notes:

23 Feb 11:53
Compare
Choose a tag to compare

Release notes:

  • Bugfix: findUpdatedWorklogs return value double wrapped.

v2.0.1: Release notes:

03 Nov 12:59
Compare
Choose a tag to compare

Release notes:

  • Bugfix: atlassian-plugin key fixed

v2.0.0: Release notes:

02 Nov 15:45
Compare
Choose a tag to compare

Release notes:

v1.2.1: Release version 1.2.1

03 Nov 15:59
Compare
Choose a tag to compare

Bugfix:

  • sometimes wrong startTime in worklogs result based on timezone

v1.2.0: Performance improvements and additional optional fields in response

03 Nov 15:58
Compare
Choose a tag to compare

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

03 Nov 15:57
Compare
Choose a tag to compare

Bugfix:

  • Fixed an issue where the JSON response contained the userkey instead of the username.

v1.1.0

03 Nov 15:57
Compare
Choose a tag to compare

New feature

  • Querying worklogs modified during an interval.